Shades of Dark Turquoise #0ECEE9
Tints of Dark Turquoise #0ECEE9
RGB
CMYK
RGB Variations
Color information
#0ECEE9 (or 0x0ECEE9) is known color: Dark Turquoise. HEX triplet: 0E, CE and E9. RGB value is (14,206,233). Sum of RGB (Red+Green+Blue) = 14+206+233=453 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.09% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 233 (91.41% from 255 or 51.43% from 453); Max value from RGB is 233 - color contains mainly: blue. Hex color #0ECEE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ECEE9 is #F13116. Grayscale: #979797. Windows color (decimal): -15806743 or 15322638. OLE color: 15322638.
HSL color Cylindrical-coordinate representation of color #0ECEE9: hue angle of 187.4º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECEE9 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 206 | 233 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.09 |
| HSL | 187.4º | 0.89% | 0.48% | - |
| HSV(B) | 187.4º | 0.94% | 0.91% | - |
| XYZ | 36.96 | 50.12 | 84.82 | - |
| YUV | 151.67 | 173.89 | 29.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 233 | 0.94 | 0.12 | 0 | 0.09 | 187.4 | 0.89 | 0.48 |
| Hex | E | CE | E9 | 5E | C | 0 | 9 | BB | 59 | 30 |
| Octal | 16 | 316 | 351 | 136 | 14 | 0 | 11 | 273 | 131 | 60 |
| Binary | 1110 | 11001110 | 11101001 | 1011110 | 1100 | 0 | 1001 | 10111011 | 1011001 | 110000 |
Color Harmonies of #0ECEE9
Complementary color
Monochromatic Colors of #0ECEE9
Black with #0ECEE9
Text Example
Text Example
White with #0ECEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECEE9; }
p { color: rgb(14,206,233); }
H1.HeaderClassName
{
color: #0ECEE9;
}
.AnyTagClassName
{
color: #0ECEE9;
}
</style>
background-color css
<style>
a { background-color: #0ECEE9; }
a { background-color: rgb(14,206,233); }
div.DivClassName
{
background-color: #0ECEE9;
}
.BgClassName
{
background-color: #0ECEE9;
}
</style>
border-color css
<style>
span { border-color: #0ECEE9; }
span { border-color: rgb(14,206,233); }
td.TdClassName
{
border-color: #0ECEE9;
}
.TagClassName
{
border-color: #0ECEE9;
}
</style>