Shades of Bright Turquoise #0EEEEA
Tints of Bright Turquoise #0EEEEA
RGB
CMYK
RGB Variations
Color information
#0EEEEA (or 0x0EEEEA) is known color: Bright Turquoise. HEX triplet: 0E, EE and EA. RGB value is (14,238,234). Sum of RGB (Red+Green+Blue) = 14+238+234=486 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.88% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #0EEEEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEEEA is #F11115. Grayscale: #AAAAAA. Windows color (decimal): -15798550 or 15396366. OLE color: 15396366.
HSL color Cylindrical-coordinate representation of color #0EEEEA: hue angle of 178.93º 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 #0EEEEA is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 238 | 234 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.07 |
| HSL | 178.93º | 0.89% | 0.49% | - |
| HSV(B) | 178.93º | 0.94% | 0.93% | - |
| XYZ | 45.61 | 67.18 | 88.41 | - |
| YUV | 170.57 | 163.79 | 16.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 238 | 234 | 0.94 | 0 | 0.02 | 0.07 | 178.93 | 0.89 | 0.49 |
| Hex | E | EE | EA | 5E | 0 | 2 | 7 | B3 | 59 | 31 |
| Octal | 16 | 356 | 352 | 136 | 0 | 2 | 7 | 263 | 131 | 61 |
| Binary | 1110 | 11101110 | 11101010 | 1011110 | 0 | 10 | 111 | 10110011 | 1011001 | 110001 |
Color Harmonies of #0EEEEA
Complementary color
Monochromatic Colors of #0EEEEA
Black with #0EEEEA
Text Example
Text Example
White with #0EEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEEEA; }
p { color: rgb(14,238,234); }
H1.HeaderClassName
{
color: #0EEEEA;
}
.AnyTagClassName
{
color: #0EEEEA;
}
</style>
background-color css
<style>
a { background-color: #0EEEEA; }
a { background-color: rgb(14,238,234); }
div.DivClassName
{
background-color: #0EEEEA;
}
.BgClassName
{
background-color: #0EEEEA;
}
</style>
border-color css
<style>
span { border-color: #0EEEEA; }
span { border-color: rgb(14,238,234); }
td.TdClassName
{
border-color: #0EEEEA;
}
.TagClassName
{
border-color: #0EEEEA;
}
</style>