Shades of Dark Turquoise #02D8DB
Tints of Dark Turquoise #02D8DB
RGB
CMYK
RGB Variations
Color information
#02D8DB (or 0x02D8DB) is known color: Dark Turquoise. HEX triplet: 02, D8 and DB. RGB value is (2,216,219). Sum of RGB (Red+Green+Blue) = 2+216+219=437 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #02D8DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D8DB is #FD2724. Grayscale: #989898. Windows color (decimal): -16590629 or 14407682. OLE color: 14407682.
HSL color Cylindrical-coordinate representation of color #02D8DB: hue angle of 180.83º 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 #02D8DB is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 216 | 219 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.14 |
| HSL | 180.83º | 0.98% | 0.43% | - |
| HSV(B) | 180.83º | 0.99% | 0.86% | - |
| XYZ | 37.37 | 54.24 | 75.52 | - |
| YUV | 152.36 | 165.6 | 20.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 216 | 219 | 0.99 | 0.01 | 0 | 0.14 | 180.83 | 0.98 | 0.43 |
| Hex | 2 | D8 | DB | 63 | 1 | 0 | E | B5 | 62 | 2B |
| Octal | 2 | 330 | 333 | 143 | 1 | 0 | 16 | 265 | 142 | 53 |
| Binary | 10 | 11011000 | 11011011 | 1100011 | 1 | 0 | 1110 | 10110101 | 1100010 | 101011 |
Color Harmonies of #02D8DB
Complementary color
Monochromatic Colors of #02D8DB
Black with #02D8DB
Text Example
Text Example
White with #02D8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D8DB; }
p { color: rgb(2,216,219); }
H1.HeaderClassName
{
color: #02D8DB;
}
.AnyTagClassName
{
color: #02D8DB;
}
</style>
background-color css
<style>
a { background-color: #02D8DB; }
a { background-color: rgb(2,216,219); }
div.DivClassName
{
background-color: #02D8DB;
}
.BgClassName
{
background-color: #02D8DB;
}
</style>
border-color css
<style>
span { border-color: #02D8DB; }
span { border-color: rgb(2,216,219); }
td.TdClassName
{
border-color: #02D8DB;
}
.TagClassName
{
border-color: #02D8DB;
}
</style>