Shades of Bright Turquoise #0EECEB
Tints of Bright Turquoise #0EECEB
RGB
CMYK
RGB Variations
Color information
#0EECEB (or 0x0EECEB) is known color: Bright Turquoise. HEX triplet: 0E, EC and EB. RGB value is (14,236,235). Sum of RGB (Red+Green+Blue) = 14+236+235=485 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.89% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #0EECEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EECEB is #F11314. Grayscale: #A9A9A9. Windows color (decimal): -15799061 or 15461390. OLE color: 15461390.
HSL color Cylindrical-coordinate representation of color #0EECEB: hue angle of 179.73º 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 #0EECEB is Cyan = 0.94, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 236 | 235 | - |
| CMYK | 0.94 | 0 | 0.00 | 0.07 |
| HSL | 179.73º | 0.89% | 0.49% | - |
| HSV(B) | 179.73º | 0.94% | 0.93% | - |
| XYZ | 45.17 | 66.08 | 88.97 | - |
| YUV | 169.51 | 164.95 | 17.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 236 | 235 | 0.94 | 0 | 0.00 | 0.07 | 179.73 | 0.89 | 0.49 |
| Hex | E | EC | EB | 5E | 0 | 0 | 7 | B4 | 59 | 31 |
| Octal | 16 | 354 | 353 | 136 | 0 | 0 | 7 | 264 | 131 | 61 |
| Binary | 1110 | 11101100 | 11101011 | 1011110 | 0 | 0 | 111 | 10110100 | 1011001 | 110001 |
Color Harmonies of #0EECEB
Complementary color
Monochromatic Colors of #0EECEB
Black with #0EECEB
Text Example
Text Example
White with #0EECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EECEB; }
p { color: rgb(14,236,235); }
H1.HeaderClassName
{
color: #0EECEB;
}
.AnyTagClassName
{
color: #0EECEB;
}
</style>
background-color css
<style>
a { background-color: #0EECEB; }
a { background-color: rgb(14,236,235); }
div.DivClassName
{
background-color: #0EECEB;
}
.BgClassName
{
background-color: #0EECEB;
}
</style>
border-color css
<style>
span { border-color: #0EECEB; }
span { border-color: rgb(14,236,235); }
td.TdClassName
{
border-color: #0EECEB;
}
.TagClassName
{
border-color: #0EECEB;
}
</style>