Shades of Dark Turquoise #02DBCB
Tints of Dark Turquoise #02DBCB
RGB
CMYK
RGB Variations
Color information
#02DBCB (or 0x02DBCB) is known color: Dark Turquoise. HEX triplet: 02, DB and CB. RGB value is (2,219,203). Sum of RGB (Red+Green+Blue) = 2+219+203=424 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #02DBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DBCB is #FD2434. Grayscale: #989898. Windows color (decimal): -16589877 or 13359874. OLE color: 13359874.
HSL color Cylindrical-coordinate representation of color #02DBCB: hue angle of 175.58º 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 #02DBCB is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 219 | 203 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.14 |
| HSL | 175.58º | 0.98% | 0.43% | - |
| HSV(B) | 175.58º | 0.99% | 0.86% | - |
| XYZ | 36.14 | 54.99 | 65.21 | - |
| YUV | 152.29 | 156.61 | 20.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 219 | 203 | 0.99 | 0 | 0.07 | 0.14 | 175.58 | 0.98 | 0.43 |
| Hex | 2 | DB | CB | 63 | 0 | 7 | E | B0 | 62 | 2B |
| Octal | 2 | 333 | 313 | 143 | 0 | 7 | 16 | 260 | 142 | 53 |
| Binary | 10 | 11011011 | 11001011 | 1100011 | 0 | 111 | 1110 | 10110000 | 1100010 | 101011 |
Color Harmonies of #02DBCB
Complementary color
Monochromatic Colors of #02DBCB
Black with #02DBCB
Text Example
Text Example
White with #02DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DBCB; }
p { color: rgb(2,219,203); }
H1.HeaderClassName
{
color: #02DBCB;
}
.AnyTagClassName
{
color: #02DBCB;
}
</style>
background-color css
<style>
a { background-color: #02DBCB; }
a { background-color: rgb(2,219,203); }
div.DivClassName
{
background-color: #02DBCB;
}
.BgClassName
{
background-color: #02DBCB;
}
</style>
border-color css
<style>
span { border-color: #02DBCB; }
span { border-color: rgb(2,219,203); }
td.TdClassName
{
border-color: #02DBCB;
}
.TagClassName
{
border-color: #02DBCB;
}
</style>