Shades of Bright Turquoise #0EEECC
Tints of Bright Turquoise #0EEECC
RGB
CMYK
RGB Variations
Color information
#0EEECC (or 0x0EEECC) is known color: Bright Turquoise. HEX triplet: 0E, EE and CC. RGB value is (14,238,204). Sum of RGB (Red+Green+Blue) = 14+238+204=456 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.07% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #0EEECC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEECC is #F11133. Grayscale: #A7A7A7. Windows color (decimal): -15798580 or 13430286. OLE color: 13430286.
HSL color Cylindrical-coordinate representation of color #0EEECC: hue angle of 170.89º 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 #0EEECC is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 238 | 204 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.07 |
| HSL | 170.89º | 0.89% | 0.49% | - |
| HSV(B) | 170.89º | 0.94% | 0.93% | - |
| XYZ | 41.65 | 65.6 | 67.59 | - |
| YUV | 167.15 | 148.79 | 18.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 238 | 204 | 0.94 | 0 | 0.14 | 0.07 | 170.89 | 0.89 | 0.49 |
| Hex | E | EE | CC | 5E | 0 | E | 7 | AB | 59 | 31 |
| Octal | 16 | 356 | 314 | 136 | 0 | 16 | 7 | 253 | 131 | 61 |
| Binary | 1110 | 11101110 | 11001100 | 1011110 | 0 | 1110 | 111 | 10101011 | 1011001 | 110001 |
Color Harmonies of #0EEECC
Complementary color
Monochromatic Colors of #0EEECC
Black with #0EEECC
Text Example
Text Example
White with #0EEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEECC; }
p { color: rgb(14,238,204); }
H1.HeaderClassName
{
color: #0EEECC;
}
.AnyTagClassName
{
color: #0EEECC;
}
</style>
background-color css
<style>
a { background-color: #0EEECC; }
a { background-color: rgb(14,238,204); }
div.DivClassName
{
background-color: #0EEECC;
}
.BgClassName
{
background-color: #0EEECC;
}
</style>
border-color css
<style>
span { border-color: #0EEECC; }
span { border-color: rgb(14,238,204); }
td.TdClassName
{
border-color: #0EEECC;
}
.TagClassName
{
border-color: #0EEECC;
}
</style>