Shades of Dark Turquoise #02D4DB
Tints of Dark Turquoise #02D4DB
RGB
CMYK
RGB Variations
Color information
#02D4DB (or 0x02D4DB) is known color: Dark Turquoise. HEX triplet: 02, D4 and DB. RGB value is (2,212,219). Sum of RGB (Red+Green+Blue) = 2+212+219=433 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #02D4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D4DB is #FD2B24. Grayscale: #959595. Windows color (decimal): -16591653 or 14406658. OLE color: 14406658.
HSL color Cylindrical-coordinate representation of color #02D4DB: hue angle of 181.94º 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 #02D4DB is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 212 | 219 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.14 |
| HSL | 181.94º | 0.98% | 0.43% | - |
| HSV(B) | 181.94º | 0.99% | 0.86% | - |
| XYZ | 36.35 | 52.21 | 75.18 | - |
| YUV | 150.01 | 166.93 | 22.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 212 | 219 | 0.99 | 0.03 | 0 | 0.14 | 181.94 | 0.98 | 0.43 |
| Hex | 2 | D4 | DB | 63 | 3 | 0 | E | B6 | 62 | 2B |
| Octal | 2 | 324 | 333 | 143 | 3 | 0 | 16 | 266 | 142 | 53 |
| Binary | 10 | 11010100 | 11011011 | 1100011 | 11 | 0 | 1110 | 10110110 | 1100010 | 101011 |
Color Harmonies of #02D4DB
Complementary color
Monochromatic Colors of #02D4DB
Black with #02D4DB
Text Example
Text Example
White with #02D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D4DB; }
p { color: rgb(2,212,219); }
H1.HeaderClassName
{
color: #02D4DB;
}
.AnyTagClassName
{
color: #02D4DB;
}
</style>
background-color css
<style>
a { background-color: #02D4DB; }
a { background-color: rgb(2,212,219); }
div.DivClassName
{
background-color: #02D4DB;
}
.BgClassName
{
background-color: #02D4DB;
}
</style>
border-color css
<style>
span { border-color: #02D4DB; }
span { border-color: rgb(2,212,219); }
td.TdClassName
{
border-color: #02D4DB;
}
.TagClassName
{
border-color: #02D4DB;
}
</style>