Shades of Dark Turquoise #02DDD2
Tints of Dark Turquoise #02DDD2
RGB
CMYK
RGB Variations
Color information
#02DDD2 (or 0x02DDD2) is known color: Dark Turquoise. HEX triplet: 02, DD and D2. RGB value is (2,221,210). Sum of RGB (Red+Green+Blue) = 2+221+210=433 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #02DDD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DDD2 is #FD222D. Grayscale: #9A9A9A. Windows color (decimal): -16589358 or 13819138. OLE color: 13819138.
HSL color Cylindrical-coordinate representation of color #02DDD2: hue angle of 176.99º 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 #02DDD2 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 210 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.13 |
| HSL | 176.99º | 0.98% | 0.44% | - |
| HSV(B) | 176.99º | 0.99% | 0.87% | - |
| XYZ | 37.51 | 56.38 | 69.88 | - |
| YUV | 154.27 | 159.45 | 19.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 210 | 0.99 | 0 | 0.05 | 0.13 | 176.99 | 0.98 | 0.44 |
| Hex | 2 | DD | D2 | 63 | 0 | 5 | D | B1 | 62 | 2C |
| Octal | 2 | 335 | 322 | 143 | 0 | 5 | 15 | 261 | 142 | 54 |
| Binary | 10 | 11011101 | 11010010 | 1100011 | 0 | 101 | 1101 | 10110001 | 1100010 | 101100 |
Color Harmonies of #02DDD2
Complementary color
Monochromatic Colors of #02DDD2
Black with #02DDD2
Text Example
Text Example
White with #02DDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DDD2; }
p { color: rgb(2,221,210); }
H1.HeaderClassName
{
color: #02DDD2;
}
.AnyTagClassName
{
color: #02DDD2;
}
</style>
background-color css
<style>
a { background-color: #02DDD2; }
a { background-color: rgb(2,221,210); }
div.DivClassName
{
background-color: #02DDD2;
}
.BgClassName
{
background-color: #02DDD2;
}
</style>
border-color css
<style>
span { border-color: #02DDD2; }
span { border-color: rgb(2,221,210); }
td.TdClassName
{
border-color: #02DDD2;
}
.TagClassName
{
border-color: #02DDD2;
}
</style>