Shades of Dark Turquoise #0ECEE4
Tints of Dark Turquoise #0ECEE4
RGB
CMYK
RGB Variations
Color information
#0ECEE4 (or 0x0ECEE4) is known color: Dark Turquoise. HEX triplet: 0E, CE and E4. RGB value is (14,206,228). Sum of RGB (Red+Green+Blue) = 14+206+228=448 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 228 (89.45% from 255 or 50.89% from 448); Max value from RGB is 228 - color contains mainly: blue. Hex color #0ECEE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECEE4 is #F1311B. Grayscale: #969696. Windows color (decimal): -15806748 or 14994958. OLE color: 14994958.
HSL color Cylindrical-coordinate representation of color #0ECEE4: hue angle of 186.17º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ECEE4 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 206 | 228 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.11 |
| HSL | 186.17º | 0.88% | 0.47% | - |
| HSV(B) | 186.17º | 0.94% | 0.89% | - |
| XYZ | 36.26 | 49.84 | 81.11 | - |
| YUV | 151.1 | 171.39 | 30.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 228 | 0.94 | 0.10 | 0 | 0.11 | 186.17 | 0.88 | 0.47 |
| Hex | E | CE | E4 | 5E | A | 0 | B | BA | 58 | 2F |
| Octal | 16 | 316 | 344 | 136 | 12 | 0 | 13 | 272 | 130 | 57 |
| Binary | 1110 | 11001110 | 11100100 | 1011110 | 1010 | 0 | 1011 | 10111010 | 1011000 | 101111 |
Color Harmonies of #0ECEE4
Complementary color
Monochromatic Colors of #0ECEE4
Black with #0ECEE4
Text Example
Text Example
White with #0ECEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECEE4; }
p { color: rgb(14,206,228); }
H1.HeaderClassName
{
color: #0ECEE4;
}
.AnyTagClassName
{
color: #0ECEE4;
}
</style>
background-color css
<style>
a { background-color: #0ECEE4; }
a { background-color: rgb(14,206,228); }
div.DivClassName
{
background-color: #0ECEE4;
}
.BgClassName
{
background-color: #0ECEE4;
}
</style>
border-color css
<style>
span { border-color: #0ECEE4; }
span { border-color: rgb(14,206,228); }
td.TdClassName
{
border-color: #0ECEE4;
}
.TagClassName
{
border-color: #0ECEE4;
}
</style>