Shades of Dark Turquoise #02CED6
Tints of Dark Turquoise #02CED6
RGB
CMYK
RGB Variations
Color information
#02CED6 (or 0x02CED6) is known color: Dark Turquoise. HEX triplet: 02, CE and D6. RGB value is (2,206,214). Sum of RGB (Red+Green+Blue) = 2+206+214=422 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #02CED6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CED6 is #FD3129. Grayscale: #919191. Windows color (decimal): -16593194 or 14077442. OLE color: 14077442.
HSL color Cylindrical-coordinate representation of color #02CED6: hue angle of 182.26º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CED6 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 206 | 214 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.16 |
| HSL | 182.26º | 0.98% | 0.42% | - |
| HSV(B) | 182.26º | 0.99% | 0.84% | - |
| XYZ | 34.23 | 49.01 | 71.27 | - |
| YUV | 145.92 | 166.41 | 25.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 214 | 0.99 | 0.04 | 0 | 0.16 | 182.26 | 0.98 | 0.42 |
| Hex | 2 | CE | D6 | 63 | 4 | 0 | 10 | B6 | 62 | 2A |
| Octal | 2 | 316 | 326 | 143 | 4 | 0 | 20 | 266 | 142 | 52 |
| Binary | 10 | 11001110 | 11010110 | 1100011 | 100 | 0 | 10000 | 10110110 | 1100010 | 101010 |
Color Harmonies of #02CED6
Complementary color
Monochromatic Colors of #02CED6
Black with #02CED6
Text Example
Text Example
White with #02CED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CED6; }
p { color: rgb(2,206,214); }
H1.HeaderClassName
{
color: #02CED6;
}
.AnyTagClassName
{
color: #02CED6;
}
</style>
background-color css
<style>
a { background-color: #02CED6; }
a { background-color: rgb(2,206,214); }
div.DivClassName
{
background-color: #02CED6;
}
.BgClassName
{
background-color: #02CED6;
}
</style>
border-color css
<style>
span { border-color: #02CED6; }
span { border-color: rgb(2,206,214); }
td.TdClassName
{
border-color: #02CED6;
}
.TagClassName
{
border-color: #02CED6;
}
</style>