#00cccc color space conversions
Hex:
#00cccc
RGB:
0, 204, 204
CMY:
100, 20, 20
CMYK:
100, 0, 0, 20
HSL:
180°, 100.0000%, 40.0000%
HSV (HSB):
180°, 100.0000%, 80.0000%
XYZ:
32.4919, 47.5454, 64.5914
xyY:
0.2247, 0.3287, 47.5454
CIE-Lab:
74.5373, -40.6380, -11.9499
CIE-LCH:
74.5373, 42.3585, 196.3863
CIE-Luv:
74.5373, -57.6495, -12.4481
Hunter-Lab:
68.9531, -36.5556, -7.2723
#00cccc color charts
#00cccc color shades, tints & tones
#00cccc color schemes
#00cccc color preview, HTML & CSS examples
This text has a color of #00cccc
<p style="color:#00cccc;">Text here</p>
.mytext {color:#00cccc;}
This box has a color of #00cccc
<div style="background-color:#00cccc;">Content here</div>
.mybackground {background-color:#00cccc;}
Border around this has a color of #00cccc
<div style="border:2px solid #00cccc;">Content here</div>
.myborder {border:2px solid #00cccc;}