Shades of Dark Turquoise #02D8DD
Tints of Dark Turquoise #02D8DD
RGB
CMYK
RGB Variations
Color information
#02D8DD (or 0x02D8DD) is known color: Dark Turquoise. HEX triplet: 02, D8 and DD. RGB value is (2,216,221). Sum of RGB (Red+Green+Blue) = 2+216+221=439 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #02D8DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D8DD is #FD2722. Grayscale: #989898. Windows color (decimal): -16590627 or 14538754. OLE color: 14538754.
HSL color Cylindrical-coordinate representation of color #02D8DD: hue angle of 181.37º 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 #02D8DD is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 216 | 221 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.13 |
| HSL | 181.37º | 0.98% | 0.44% | - |
| HSV(B) | 181.37º | 0.99% | 0.87% | - |
| XYZ | 37.63 | 54.35 | 76.91 | - |
| YUV | 152.58 | 166.6 | 20.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 216 | 221 | 0.99 | 0.02 | 0 | 0.13 | 181.37 | 0.98 | 0.44 |
| Hex | 2 | D8 | DD | 63 | 2 | 0 | D | B5 | 62 | 2C |
| Octal | 2 | 330 | 335 | 143 | 2 | 0 | 15 | 265 | 142 | 54 |
| Binary | 10 | 11011000 | 11011101 | 1100011 | 10 | 0 | 1101 | 10110101 | 1100010 | 101100 |
Color Harmonies of #02D8DD
Complementary color
Monochromatic Colors of #02D8DD
Black with #02D8DD
Text Example
Text Example
White with #02D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D8DD; }
p { color: rgb(2,216,221); }
H1.HeaderClassName
{
color: #02D8DD;
}
.AnyTagClassName
{
color: #02D8DD;
}
</style>
background-color css
<style>
a { background-color: #02D8DD; }
a { background-color: rgb(2,216,221); }
div.DivClassName
{
background-color: #02D8DD;
}
.BgClassName
{
background-color: #02D8DD;
}
</style>
border-color css
<style>
span { border-color: #02D8DD; }
span { border-color: rgb(2,216,221); }
td.TdClassName
{
border-color: #02D8DD;
}
.TagClassName
{
border-color: #02D8DD;
}
</style>