Shades of Dark Turquoise #02D3DB
Tints of Dark Turquoise #02D3DB
RGB
CMYK
RGB Variations
Color information
#02D3DB (or 0x02D3DB) is known color: Dark Turquoise. HEX triplet: 02, D3 and DB. RGB value is (2,211,219). Sum of RGB (Red+Green+Blue) = 2+211+219=432 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #02D3DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D3DB is #FD2C24. Grayscale: #959595. Windows color (decimal): -16591909 or 14406402. OLE color: 14406402.
HSL color Cylindrical-coordinate representation of color #02D3DB: hue angle of 182.21º 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 #02D3DB is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 211 | 219 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.14 |
| HSL | 182.21º | 0.98% | 0.43% | - |
| HSV(B) | 182.21º | 0.99% | 0.86% | - |
| XYZ | 36.11 | 51.72 | 75.1 | - |
| YUV | 149.42 | 167.26 | 22.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 219 | 0.99 | 0.04 | 0 | 0.14 | 182.21 | 0.98 | 0.43 |
| Hex | 2 | D3 | DB | 63 | 4 | 0 | E | B6 | 62 | 2B |
| Octal | 2 | 323 | 333 | 143 | 4 | 0 | 16 | 266 | 142 | 53 |
| Binary | 10 | 11010011 | 11011011 | 1100011 | 100 | 0 | 1110 | 10110110 | 1100010 | 101011 |
Color Harmonies of #02D3DB
Complementary color
Monochromatic Colors of #02D3DB
Black with #02D3DB
Text Example
Text Example
White with #02D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D3DB; }
p { color: rgb(2,211,219); }
H1.HeaderClassName
{
color: #02D3DB;
}
.AnyTagClassName
{
color: #02D3DB;
}
</style>
background-color css
<style>
a { background-color: #02D3DB; }
a { background-color: rgb(2,211,219); }
div.DivClassName
{
background-color: #02D3DB;
}
.BgClassName
{
background-color: #02D3DB;
}
</style>
border-color css
<style>
span { border-color: #02D3DB; }
span { border-color: rgb(2,211,219); }
td.TdClassName
{
border-color: #02D3DB;
}
.TagClassName
{
border-color: #02D3DB;
}
</style>