Shades of Dark Turquoise #02D5DB
Tints of Dark Turquoise #02D5DB
RGB
CMYK
RGB Variations
Color information
#02D5DB (or 0x02D5DB) is known color: Dark Turquoise. HEX triplet: 02, D5 and DB. RGB value is (2,213,219). Sum of RGB (Red+Green+Blue) = 2+213+219=434 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #02D5DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D5DB is #FD2A24. Grayscale: #969696. Windows color (decimal): -16591397 or 14406914. OLE color: 14406914.
HSL color Cylindrical-coordinate representation of color #02D5DB: hue angle of 181.66º 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 #02D5DB is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 213 | 219 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.14 |
| HSL | 181.66º | 0.98% | 0.43% | - |
| HSV(B) | 181.66º | 0.99% | 0.86% | - |
| XYZ | 36.61 | 52.72 | 75.26 | - |
| YUV | 150.6 | 166.6 | 22.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 219 | 0.99 | 0.03 | 0 | 0.14 | 181.66 | 0.98 | 0.43 |
| Hex | 2 | D5 | DB | 63 | 3 | 0 | E | B6 | 62 | 2B |
| Octal | 2 | 325 | 333 | 143 | 3 | 0 | 16 | 266 | 142 | 53 |
| Binary | 10 | 11010101 | 11011011 | 1100011 | 11 | 0 | 1110 | 10110110 | 1100010 | 101011 |
Color Harmonies of #02D5DB
Complementary color
Monochromatic Colors of #02D5DB
Black with #02D5DB
Text Example
Text Example
White with #02D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D5DB; }
p { color: rgb(2,213,219); }
H1.HeaderClassName
{
color: #02D5DB;
}
.AnyTagClassName
{
color: #02D5DB;
}
</style>
background-color css
<style>
a { background-color: #02D5DB; }
a { background-color: rgb(2,213,219); }
div.DivClassName
{
background-color: #02D5DB;
}
.BgClassName
{
background-color: #02D5DB;
}
</style>
border-color css
<style>
span { border-color: #02D5DB; }
span { border-color: rgb(2,213,219); }
td.TdClassName
{
border-color: #02D5DB;
}
.TagClassName
{
border-color: #02D5DB;
}
</style>