Shades of Bright Turquoise #0EE9BA
Tints of Bright Turquoise #0EE9BA
RGB
CMYK
RGB Variations
Color information
#0EE9BA (or 0x0EE9BA) is known color: Bright Turquoise. HEX triplet: 0E, E9 and BA. RGB value is (14,233,186). Sum of RGB (Red+Green+Blue) = 14+233+186=433 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.23% from 433); Green value is 233 (91.41% from 255 or 53.81% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE9BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EE9BA is #F11645. Grayscale: #A2A2A2. Windows color (decimal): -15799878 or 12249358. OLE color: 12249358.
HSL color Cylindrical-coordinate representation of color #0EE9BA: hue angle of 167.12º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE9BA is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 233 | 186 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.09 |
| HSL | 167.12º | 0.89% | 0.48% | - |
| HSV(B) | 167.12º | 0.94% | 0.91% | - |
| XYZ | 38.18 | 61.92 | 56.39 | - |
| YUV | 162.16 | 141.45 | 22.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 233 | 186 | 0.94 | 0 | 0.20 | 0.09 | 167.12 | 0.89 | 0.48 |
| Hex | E | E9 | BA | 5E | 0 | 14 | 9 | A7 | 59 | 30 |
| Octal | 16 | 351 | 272 | 136 | 0 | 24 | 11 | 247 | 131 | 60 |
| Binary | 1110 | 11101001 | 10111010 | 1011110 | 0 | 10100 | 1001 | 10100111 | 1011001 | 110000 |
Color Harmonies of #0EE9BA
Complementary color
Monochromatic Colors of #0EE9BA
Black with #0EE9BA
Text Example
Text Example
White with #0EE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE9BA; }
p { color: rgb(14,233,186); }
H1.HeaderClassName
{
color: #0EE9BA;
}
.AnyTagClassName
{
color: #0EE9BA;
}
</style>
background-color css
<style>
a { background-color: #0EE9BA; }
a { background-color: rgb(14,233,186); }
div.DivClassName
{
background-color: #0EE9BA;
}
.BgClassName
{
background-color: #0EE9BA;
}
</style>
border-color css
<style>
span { border-color: #0EE9BA; }
span { border-color: rgb(14,233,186); }
td.TdClassName
{
border-color: #0EE9BA;
}
.TagClassName
{
border-color: #0EE9BA;
}
</style>