Shades of Bright Turquoise #0EECCC
Tints of Bright Turquoise #0EECCC
RGB
CMYK
RGB Variations
Color information
#0EECCC (or 0x0EECCC) is known color: Bright Turquoise. HEX triplet: 0E, EC and CC. RGB value is (14,236,204). Sum of RGB (Red+Green+Blue) = 14+236+204=454 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #0EECCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EECCC is #F11333. Grayscale: #A5A5A5. Windows color (decimal): -15799092 or 13429774. OLE color: 13429774.
HSL color Cylindrical-coordinate representation of color #0EECCC: hue angle of 171.35º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EECCC is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 236 | 204 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.07 |
| HSL | 171.35º | 0.89% | 0.49% | - |
| HSV(B) | 171.35º | 0.94% | 0.93% | - |
| XYZ | 41.08 | 64.44 | 67.4 | - |
| YUV | 165.97 | 149.45 | 19.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 236 | 204 | 0.94 | 0 | 0.14 | 0.07 | 171.35 | 0.89 | 0.49 |
| Hex | E | EC | CC | 5E | 0 | E | 7 | AB | 59 | 31 |
| Octal | 16 | 354 | 314 | 136 | 0 | 16 | 7 | 253 | 131 | 61 |
| Binary | 1110 | 11101100 | 11001100 | 1011110 | 0 | 1110 | 111 | 10101011 | 1011001 | 110001 |
Color Harmonies of #0EECCC
Complementary color
Monochromatic Colors of #0EECCC
Black with #0EECCC
Text Example
Text Example
White with #0EECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EECCC; }
p { color: rgb(14,236,204); }
H1.HeaderClassName
{
color: #0EECCC;
}
.AnyTagClassName
{
color: #0EECCC;
}
</style>
background-color css
<style>
a { background-color: #0EECCC; }
a { background-color: rgb(14,236,204); }
div.DivClassName
{
background-color: #0EECCC;
}
.BgClassName
{
background-color: #0EECCC;
}
</style>
border-color css
<style>
span { border-color: #0EECCC; }
span { border-color: rgb(14,236,204); }
td.TdClassName
{
border-color: #0EECCC;
}
.TagClassName
{
border-color: #0EECCC;
}
</style>