Shades of Dark Turquoise #0ECCE6
Tints of Dark Turquoise #0ECCE6
RGB
CMYK
RGB Variations
Color information
#0ECCE6 (or 0x0ECCE6) is known color: Dark Turquoise. HEX triplet: 0E, CC and E6. RGB value is (14,204,230). Sum of RGB (Red+Green+Blue) = 14+204+230=448 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 230 (90.23% from 255 or 51.34% from 448); Max value from RGB is 230 - color contains mainly: blue. Hex color #0ECCE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECCE6 is #F13319. Grayscale: #959595. Windows color (decimal): -15807258 or 15125518. OLE color: 15125518.
HSL color Cylindrical-coordinate representation of color #0ECCE6: hue angle of 187.22º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECCE6 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 204 | 230 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.10 |
| HSL | 187.22º | 0.89% | 0.48% | - |
| HSV(B) | 187.22º | 0.94% | 0.9% | - |
| XYZ | 36.06 | 48.99 | 82.42 | - |
| YUV | 150.15 | 173.05 | 30.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 230 | 0.94 | 0.11 | 0 | 0.10 | 187.22 | 0.89 | 0.48 |
| Hex | E | CC | E6 | 5E | B | 0 | A | BB | 59 | 30 |
| Octal | 16 | 314 | 346 | 136 | 13 | 0 | 12 | 273 | 131 | 60 |
| Binary | 1110 | 11001100 | 11100110 | 1011110 | 1011 | 0 | 1010 | 10111011 | 1011001 | 110000 |
Color Harmonies of #0ECCE6
Complementary color
Monochromatic Colors of #0ECCE6
Black with #0ECCE6
Text Example
Text Example
White with #0ECCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECCE6; }
p { color: rgb(14,204,230); }
H1.HeaderClassName
{
color: #0ECCE6;
}
.AnyTagClassName
{
color: #0ECCE6;
}
</style>
background-color css
<style>
a { background-color: #0ECCE6; }
a { background-color: rgb(14,204,230); }
div.DivClassName
{
background-color: #0ECCE6;
}
.BgClassName
{
background-color: #0ECCE6;
}
</style>
border-color css
<style>
span { border-color: #0ECCE6; }
span { border-color: rgb(14,204,230); }
td.TdClassName
{
border-color: #0ECCE6;
}
.TagClassName
{
border-color: #0ECCE6;
}
</style>