Shades of Dark Turquoise #02C0E4
Tints of Dark Turquoise #02C0E4
RGB
CMYK
RGB Variations
Color information
#02C0E4 (or 0x02C0E4) is known color: Dark Turquoise. HEX triplet: 02, C0 and E4. RGB value is (2,192,228). Sum of RGB (Red+Green+Blue) = 2+192+228=422 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 228 (89.45% from 255 or 54.03% from 422); Max value from RGB is 228 - color contains mainly: blue. Hex color #02C0E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C0E4 is #FD3F1B. Grayscale: #8A8A8A. Windows color (decimal): -16596764 or 14991362. OLE color: 14991362.
HSL color Cylindrical-coordinate representation of color #02C0E4: hue angle of 189.56º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C0E4 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 192 | 228 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.11 |
| HSL | 189.56º | 0.98% | 0.45% | - |
| HSV(B) | 189.56º | 0.99% | 0.89% | - |
| XYZ | 32.88 | 43.31 | 80.03 | - |
| YUV | 139.29 | 178.05 | 30.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 228 | 0.99 | 0.16 | 0 | 0.11 | 189.56 | 0.98 | 0.45 |
| Hex | 2 | C0 | E4 | 63 | 10 | 0 | B | BE | 62 | 2D |
| Octal | 2 | 300 | 344 | 143 | 20 | 0 | 13 | 276 | 142 | 55 |
| Binary | 10 | 11000000 | 11100100 | 1100011 | 10000 | 0 | 1011 | 10111110 | 1100010 | 101101 |
Color Harmonies of #02C0E4
Complementary color
Monochromatic Colors of #02C0E4
Black with #02C0E4
Text Example
Text Example
White with #02C0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0E4; }
p { color: rgb(2,192,228); }
H1.HeaderClassName
{
color: #02C0E4;
}
.AnyTagClassName
{
color: #02C0E4;
}
</style>
background-color css
<style>
a { background-color: #02C0E4; }
a { background-color: rgb(2,192,228); }
div.DivClassName
{
background-color: #02C0E4;
}
.BgClassName
{
background-color: #02C0E4;
}
</style>
border-color css
<style>
span { border-color: #02C0E4; }
span { border-color: rgb(2,192,228); }
td.TdClassName
{
border-color: #02C0E4;
}
.TagClassName
{
border-color: #02C0E4;
}
</style>