Shades of Dark Turquoise #02D4DC
Tints of Dark Turquoise #02D4DC
RGB
CMYK
RGB Variations
Color information
#02D4DC (or 0x02D4DC) is known color: Dark Turquoise. HEX triplet: 02, D4 and DC. RGB value is (2,212,220). Sum of RGB (Red+Green+Blue) = 2+212+220=434 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #02D4DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D4DC is #FD2B23. Grayscale: #959595. Windows color (decimal): -16591652 or 14472194. OLE color: 14472194.
HSL color Cylindrical-coordinate representation of color #02D4DC: hue angle of 182.2º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D4DC is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 212 | 220 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.14 |
| HSL | 182.2º | 0.98% | 0.44% | - |
| HSV(B) | 182.2º | 0.99% | 0.86% | - |
| XYZ | 36.49 | 52.27 | 75.88 | - |
| YUV | 150.12 | 167.43 | 22.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 212 | 220 | 0.99 | 0.04 | 0 | 0.14 | 182.2 | 0.98 | 0.44 |
| Hex | 2 | D4 | DC | 63 | 4 | 0 | E | B6 | 62 | 2C |
| Octal | 2 | 324 | 334 | 143 | 4 | 0 | 16 | 266 | 142 | 54 |
| Binary | 10 | 11010100 | 11011100 | 1100011 | 100 | 0 | 1110 | 10110110 | 1100010 | 101100 |
Color Harmonies of #02D4DC
Complementary color
Monochromatic Colors of #02D4DC
Black with #02D4DC
Text Example
Text Example
White with #02D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D4DC; }
p { color: rgb(2,212,220); }
H1.HeaderClassName
{
color: #02D4DC;
}
.AnyTagClassName
{
color: #02D4DC;
}
</style>
background-color css
<style>
a { background-color: #02D4DC; }
a { background-color: rgb(2,212,220); }
div.DivClassName
{
background-color: #02D4DC;
}
.BgClassName
{
background-color: #02D4DC;
}
</style>
border-color css
<style>
span { border-color: #02D4DC; }
span { border-color: rgb(2,212,220); }
td.TdClassName
{
border-color: #02D4DC;
}
.TagClassName
{
border-color: #02D4DC;
}
</style>