Shades of Bright Turquoise #0EEBBA
Tints of Bright Turquoise #0EEBBA
RGB
CMYK
RGB Variations
Color information
#0EEBBA (or 0x0EEBBA) is known color: Bright Turquoise. HEX triplet: 0E, EB and BA. RGB value is (14,235,186). Sum of RGB (Red+Green+Blue) = 14+235+186=435 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.22% from 435); Green value is 235 (92.19% from 255 or 54.02% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEBBA is #F11445. Grayscale: #A3A3A3. Windows color (decimal): -15799366 or 12249870. OLE color: 12249870.
HSL color Cylindrical-coordinate representation of color #0EEBBA: hue angle of 166.7º 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 #0EEBBA is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 186 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.08 |
| HSL | 166.7º | 0.89% | 0.49% | - |
| HSV(B) | 166.7º | 0.94% | 0.92% | - |
| XYZ | 38.75 | 63.06 | 56.58 | - |
| YUV | 163.34 | 140.78 | 21.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 186 | 0.94 | 0 | 0.21 | 0.08 | 166.7 | 0.89 | 0.49 |
| Hex | E | EB | BA | 5E | 0 | 15 | 8 | A7 | 59 | 31 |
| Octal | 16 | 353 | 272 | 136 | 0 | 25 | 10 | 247 | 131 | 61 |
| Binary | 1110 | 11101011 | 10111010 | 1011110 | 0 | 10101 | 1000 | 10100111 | 1011001 | 110001 |
Color Harmonies of #0EEBBA
Complementary color
Monochromatic Colors of #0EEBBA
Black with #0EEBBA
Text Example
Text Example
White with #0EEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBBA; }
p { color: rgb(14,235,186); }
H1.HeaderClassName
{
color: #0EEBBA;
}
.AnyTagClassName
{
color: #0EEBBA;
}
</style>
background-color css
<style>
a { background-color: #0EEBBA; }
a { background-color: rgb(14,235,186); }
div.DivClassName
{
background-color: #0EEBBA;
}
.BgClassName
{
background-color: #0EEBBA;
}
</style>
border-color css
<style>
span { border-color: #0EEBBA; }
span { border-color: rgb(14,235,186); }
td.TdClassName
{
border-color: #0EEBBA;
}
.TagClassName
{
border-color: #0EEBBA;
}
</style>