Shades of Dark Turquoise #0ECCCF
Tints of Dark Turquoise #0ECCCF
RGB
CMYK
RGB Variations
Color information
#0ECCCF (or 0x0ECCCF) is known color: Dark Turquoise. HEX triplet: 0E, CC and CF. RGB value is (14,204,207). Sum of RGB (Red+Green+Blue) = 14+204+207=425 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.29% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #0ECCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECCCF is #F13330. Grayscale: #939393. Windows color (decimal): -15807281 or 13618190. OLE color: 13618190.
HSL color Cylindrical-coordinate representation of color #0ECCCF: hue angle of 180.93º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECCCF is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 204 | 207 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.19 |
| HSL | 180.93º | 0.87% | 0.43% | - |
| HSV(B) | 180.93º | 0.93% | 0.81% | - |
| XYZ | 33.04 | 47.78 | 66.51 | - |
| YUV | 147.53 | 161.55 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 207 | 0.93 | 0.01 | 0 | 0.19 | 180.93 | 0.87 | 0.43 |
| Hex | E | CC | CF | 5D | 1 | 0 | 13 | B5 | 57 | 2B |
| Octal | 16 | 314 | 317 | 135 | 1 | 0 | 23 | 265 | 127 | 53 |
| Binary | 1110 | 11001100 | 11001111 | 1011101 | 1 | 0 | 10011 | 10110101 | 1010111 | 101011 |
Color Harmonies of #0ECCCF
Complementary color
Monochromatic Colors of #0ECCCF
Black with #0ECCCF
Text Example
Text Example
White with #0ECCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECCCF; }
p { color: rgb(14,204,207); }
H1.HeaderClassName
{
color: #0ECCCF;
}
.AnyTagClassName
{
color: #0ECCCF;
}
</style>
background-color css
<style>
a { background-color: #0ECCCF; }
a { background-color: rgb(14,204,207); }
div.DivClassName
{
background-color: #0ECCCF;
}
.BgClassName
{
background-color: #0ECCCF;
}
</style>
border-color css
<style>
span { border-color: #0ECCCF; }
span { border-color: rgb(14,204,207); }
td.TdClassName
{
border-color: #0ECCCF;
}
.TagClassName
{
border-color: #0ECCCF;
}
</style>