Shades of Dark Turquoise #02D9DD
Tints of Dark Turquoise #02D9DD
RGB
CMYK
RGB Variations
Color information
#02D9DD (or 0x02D9DD) is known color: Dark Turquoise. HEX triplet: 02, D9 and DD. RGB value is (2,217,221). Sum of RGB (Red+Green+Blue) = 2+217+221=440 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #02D9DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D9DD is #FD2622. Grayscale: #989898. Windows color (decimal): -16590371 or 14539010. OLE color: 14539010.
HSL color Cylindrical-coordinate representation of color #02D9DD: hue angle of 181.1º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D9DD is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 217 | 221 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.13 |
| HSL | 181.1º | 0.98% | 0.44% | - |
| HSV(B) | 181.1º | 0.99% | 0.87% | - |
| XYZ | 37.89 | 54.86 | 77 | - |
| YUV | 153.17 | 166.27 | 20.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 221 | 0.99 | 0.02 | 0 | 0.13 | 181.1 | 0.98 | 0.44 |
| Hex | 2 | D9 | DD | 63 | 2 | 0 | D | B5 | 62 | 2C |
| Octal | 2 | 331 | 335 | 143 | 2 | 0 | 15 | 265 | 142 | 54 |
| Binary | 10 | 11011001 | 11011101 | 1100011 | 10 | 0 | 1101 | 10110101 | 1100010 | 101100 |
Color Harmonies of #02D9DD
Complementary color
Monochromatic Colors of #02D9DD
Black with #02D9DD
Text Example
Text Example
White with #02D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D9DD; }
p { color: rgb(2,217,221); }
H1.HeaderClassName
{
color: #02D9DD;
}
.AnyTagClassName
{
color: #02D9DD;
}
</style>
background-color css
<style>
a { background-color: #02D9DD; }
a { background-color: rgb(2,217,221); }
div.DivClassName
{
background-color: #02D9DD;
}
.BgClassName
{
background-color: #02D9DD;
}
</style>
border-color css
<style>
span { border-color: #02D9DD; }
span { border-color: rgb(2,217,221); }
td.TdClassName
{
border-color: #02D9DD;
}
.TagClassName
{
border-color: #02D9DD;
}
</style>