Shades of Dark Turquoise #02D9DB
Tints of Dark Turquoise #02D9DB
RGB
CMYK
RGB Variations
Color information
#02D9DB (or 0x02D9DB) is known color: Dark Turquoise. HEX triplet: 02, D9 and DB. RGB value is (2,217,219). Sum of RGB (Red+Green+Blue) = 2+217+219=438 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #02D9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D9DB is #FD2624. Grayscale: #989898. Windows color (decimal): -16590373 or 14407938. OLE color: 14407938.
HSL color Cylindrical-coordinate representation of color #02D9DB: hue angle of 180.55º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D9DB is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 217 | 219 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.14 |
| HSL | 180.55º | 0.98% | 0.43% | - |
| HSV(B) | 180.55º | 0.99% | 0.86% | - |
| XYZ | 37.62 | 54.75 | 75.6 | - |
| YUV | 152.94 | 165.27 | 20.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 219 | 0.99 | 0.01 | 0 | 0.14 | 180.55 | 0.98 | 0.43 |
| Hex | 2 | D9 | DB | 63 | 1 | 0 | E | B5 | 62 | 2B |
| Octal | 2 | 331 | 333 | 143 | 1 | 0 | 16 | 265 | 142 | 53 |
| Binary | 10 | 11011001 | 11011011 | 1100011 | 1 | 0 | 1110 | 10110101 | 1100010 | 101011 |
Color Harmonies of #02D9DB
Complementary color
Monochromatic Colors of #02D9DB
Black with #02D9DB
Text Example
Text Example
White with #02D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D9DB; }
p { color: rgb(2,217,219); }
H1.HeaderClassName
{
color: #02D9DB;
}
.AnyTagClassName
{
color: #02D9DB;
}
</style>
background-color css
<style>
a { background-color: #02D9DB; }
a { background-color: rgb(2,217,219); }
div.DivClassName
{
background-color: #02D9DB;
}
.BgClassName
{
background-color: #02D9DB;
}
</style>
border-color css
<style>
span { border-color: #02D9DB; }
span { border-color: rgb(2,217,219); }
td.TdClassName
{
border-color: #02D9DB;
}
.TagClassName
{
border-color: #02D9DB;
}
</style>