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