Shades of Dark Turquoise #02D6DC
Tints of Dark Turquoise #02D6DC
RGB
CMYK
RGB Variations
Color information
#02D6DC (or 0x02D6DC) is known color: Dark Turquoise. HEX triplet: 02, D6 and DC. RGB value is (2,214,220). Sum of RGB (Red+Green+Blue) = 2+214+220=436 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #02D6DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D6DC is #FD2923. Grayscale: #979797. Windows color (decimal): -16591140 or 14472706. OLE color: 14472706.
HSL color Cylindrical-coordinate representation of color #02D6DC: hue angle of 181.65º 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 #02D6DC is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 214 | 220 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.14 |
| HSL | 181.65º | 0.98% | 0.44% | - |
| HSV(B) | 181.65º | 0.99% | 0.86% | - |
| XYZ | 36.99 | 53.27 | 76.04 | - |
| YUV | 151.3 | 166.76 | 21.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 220 | 0.99 | 0.03 | 0 | 0.14 | 181.65 | 0.98 | 0.44 |
| Hex | 2 | D6 | DC | 63 | 3 | 0 | E | B6 | 62 | 2C |
| Octal | 2 | 326 | 334 | 143 | 3 | 0 | 16 | 266 | 142 | 54 |
| Binary | 10 | 11010110 | 11011100 | 1100011 | 11 | 0 | 1110 | 10110110 | 1100010 | 101100 |
Color Harmonies of #02D6DC
Complementary color
Monochromatic Colors of #02D6DC
Black with #02D6DC
Text Example
Text Example
White with #02D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D6DC; }
p { color: rgb(2,214,220); }
H1.HeaderClassName
{
color: #02D6DC;
}
.AnyTagClassName
{
color: #02D6DC;
}
</style>
background-color css
<style>
a { background-color: #02D6DC; }
a { background-color: rgb(2,214,220); }
div.DivClassName
{
background-color: #02D6DC;
}
.BgClassName
{
background-color: #02D6DC;
}
</style>
border-color css
<style>
span { border-color: #02D6DC; }
span { border-color: rgb(2,214,220); }
td.TdClassName
{
border-color: #02D6DC;
}
.TagClassName
{
border-color: #02D6DC;
}
</style>