Shades of Bright Turquoise #0EE8EB
Tints of Bright Turquoise #0EE8EB
RGB
CMYK
RGB Variations
Color information
#0EE8EB (or 0x0EE8EB) is known color: Bright Turquoise. HEX triplet: 0E, E8 and EB. RGB value is (14,232,235). Sum of RGB (Red+Green+Blue) = 14+232+235=481 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.91% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #0EE8EB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EE8EB is #F11714. Grayscale: #A6A6A6. Windows color (decimal): -15800085 or 15460366. OLE color: 15460366.
HSL color Cylindrical-coordinate representation of color #0EE8EB: hue angle of 180.81º 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 #0EE8EB is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 232 | 235 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.08 |
| HSL | 180.81º | 0.89% | 0.49% | - |
| HSV(B) | 180.81º | 0.94% | 0.92% | - |
| XYZ | 44.03 | 63.8 | 88.59 | - |
| YUV | 167.16 | 166.28 | 18.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 232 | 235 | 0.94 | 0.01 | 0 | 0.08 | 180.81 | 0.89 | 0.49 |
| Hex | E | E8 | EB | 5E | 1 | 0 | 8 | B5 | 59 | 31 |
| Octal | 16 | 350 | 353 | 136 | 1 | 0 | 10 | 265 | 131 | 61 |
| Binary | 1110 | 11101000 | 11101011 | 1011110 | 1 | 0 | 1000 | 10110101 | 1011001 | 110001 |
Color Harmonies of #0EE8EB
Complementary color
Monochromatic Colors of #0EE8EB
Black with #0EE8EB
Text Example
Text Example
White with #0EE8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE8EB; }
p { color: rgb(14,232,235); }
H1.HeaderClassName
{
color: #0EE8EB;
}
.AnyTagClassName
{
color: #0EE8EB;
}
</style>
background-color css
<style>
a { background-color: #0EE8EB; }
a { background-color: rgb(14,232,235); }
div.DivClassName
{
background-color: #0EE8EB;
}
.BgClassName
{
background-color: #0EE8EB;
}
</style>
border-color css
<style>
span { border-color: #0EE8EB; }
span { border-color: rgb(14,232,235); }
td.TdClassName
{
border-color: #0EE8EB;
}
.TagClassName
{
border-color: #0EE8EB;
}
</style>