Shades of Bright Turquoise #0EEBCE
Tints of Bright Turquoise #0EEBCE
RGB
CMYK
RGB Variations
Color information
#0EEBCE (or 0x0EEBCE) is known color: Bright Turquoise. HEX triplet: 0E, EB and CE. RGB value is (14,235,206). Sum of RGB (Red+Green+Blue) = 14+235+206=455 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.08% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEBCE is #F11431. Grayscale: #A5A5A5. Windows color (decimal): -15799346 or 13560590. OLE color: 13560590.
HSL color Cylindrical-coordinate representation of color #0EEBCE: hue angle of 172.13º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEBCE is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 206 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.08 |
| HSL | 172.13º | 0.89% | 0.49% | - |
| HSV(B) | 172.13º | 0.94% | 0.92% | - |
| XYZ | 41.03 | 63.97 | 68.58 | - |
| YUV | 165.62 | 150.78 | 19.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 206 | 0.94 | 0 | 0.12 | 0.08 | 172.13 | 0.89 | 0.49 |
| Hex | E | EB | CE | 5E | 0 | C | 8 | AC | 59 | 31 |
| Octal | 16 | 353 | 316 | 136 | 0 | 14 | 10 | 254 | 131 | 61 |
| Binary | 1110 | 11101011 | 11001110 | 1011110 | 0 | 1100 | 1000 | 10101100 | 1011001 | 110001 |
Color Harmonies of #0EEBCE
Complementary color
Monochromatic Colors of #0EEBCE
Black with #0EEBCE
Text Example
Text Example
White with #0EEBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBCE; }
p { color: rgb(14,235,206); }
H1.HeaderClassName
{
color: #0EEBCE;
}
.AnyTagClassName
{
color: #0EEBCE;
}
</style>
background-color css
<style>
a { background-color: #0EEBCE; }
a { background-color: rgb(14,235,206); }
div.DivClassName
{
background-color: #0EEBCE;
}
.BgClassName
{
background-color: #0EEBCE;
}
</style>
border-color css
<style>
span { border-color: #0EEBCE; }
span { border-color: rgb(14,235,206); }
td.TdClassName
{
border-color: #0EEBCE;
}
.TagClassName
{
border-color: #0EEBCE;
}
</style>