HEX
#
RGB
HSL

#00FFFF CSS / HTML Preview

Text with hexadecimal color #00FFFF

This text has a font color of #00FFFF.

<span style="color:#00FFFF;">Your text here</span>
#00FFFF border color

This element has a border color of #00FFFF.

<div style="border:2px solid #00FFFF;">Content here</div>
#00FFFF background color

This paragraph has a background color of #00FFFF.

<p style="background-color:#00FFFF;">Content here</p>
CSS codes
.text {color:#00FFFF;}
.background {background-color:#00FFFF;}
.border {border:1px solid #00FFFF;}