Shades of Dark Turquoise #02DCD6
Tints of Dark Turquoise #02DCD6
RGB
CMYK
RGB Variations
Color information
#02DCD6 (or 0x02DCD6) is known color: Dark Turquoise. HEX triplet: 02, DC and D6. RGB value is (2,220,214). Sum of RGB (Red+Green+Blue) = 2+220+214=436 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DCD6 is #FD2329. Grayscale: #999999. Windows color (decimal): -16589610 or 14081026. OLE color: 14081026.
HSL color Cylindrical-coordinate representation of color #02DCD6: hue angle of 178.35º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DCD6 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 214 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.14 |
| HSL | 178.35º | 0.98% | 0.44% | - |
| HSV(B) | 178.35º | 0.99% | 0.86% | - |
| XYZ | 37.76 | 56.05 | 72.45 | - |
| YUV | 154.13 | 161.78 | 19.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 214 | 0.99 | 0 | 0.03 | 0.14 | 178.35 | 0.98 | 0.44 |
| Hex | 2 | DC | D6 | 63 | 0 | 3 | E | B2 | 62 | 2C |
| Octal | 2 | 334 | 326 | 143 | 0 | 3 | 16 | 262 | 142 | 54 |
| Binary | 10 | 11011100 | 11010110 | 1100011 | 0 | 11 | 1110 | 10110010 | 1100010 | 101100 |
Color Harmonies of #02DCD6
Complementary color
Monochromatic Colors of #02DCD6
Black with #02DCD6
Text Example
Text Example
White with #02DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DCD6; }
p { color: rgb(2,220,214); }
H1.HeaderClassName
{
color: #02DCD6;
}
.AnyTagClassName
{
color: #02DCD6;
}
</style>
background-color css
<style>
a { background-color: #02DCD6; }
a { background-color: rgb(2,220,214); }
div.DivClassName
{
background-color: #02DCD6;
}
.BgClassName
{
background-color: #02DCD6;
}
</style>
border-color css
<style>
span { border-color: #02DCD6; }
span { border-color: rgb(2,220,214); }
td.TdClassName
{
border-color: #02DCD6;
}
.TagClassName
{
border-color: #02DCD6;
}
</style>