Shades of Bright Turquoise #0EE5BD
Tints of Bright Turquoise #0EE5BD
RGB
CMYK
RGB Variations
Color information
#0EE5BD (or 0x0EE5BD) is known color: Bright Turquoise. HEX triplet: 0E, E5 and BD. RGB value is (14,229,189). Sum of RGB (Red+Green+Blue) = 14+229+189=432 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.24% from 432); Green value is 229 (89.84% from 255 or 53.01% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 229 - color contains mainly: green. Hex color #0EE5BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE5BD is #F11A42. Grayscale: #A0A0A0. Windows color (decimal): -15800899 or 12444942. OLE color: 12444942.
HSL color Cylindrical-coordinate representation of color #0EE5BD: hue angle of 168.84º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE5BD is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 229 | 189 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.10 |
| HSL | 168.84º | 0.88% | 0.48% | - |
| HSV(B) | 168.84º | 0.94% | 0.9% | - |
| XYZ | 37.39 | 59.81 | 57.72 | - |
| YUV | 160.16 | 144.27 | 23.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 229 | 189 | 0.94 | 0 | 0.17 | 0.10 | 168.84 | 0.88 | 0.48 |
| Hex | E | E5 | BD | 5E | 0 | 11 | A | A9 | 58 | 30 |
| Octal | 16 | 345 | 275 | 136 | 0 | 21 | 12 | 251 | 130 | 60 |
| Binary | 1110 | 11100101 | 10111101 | 1011110 | 0 | 10001 | 1010 | 10101001 | 1011000 | 110000 |
Color Harmonies of #0EE5BD
Complementary color
Monochromatic Colors of #0EE5BD
Black with #0EE5BD
Text Example
Text Example
White with #0EE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE5BD; }
p { color: rgb(14,229,189); }
H1.HeaderClassName
{
color: #0EE5BD;
}
.AnyTagClassName
{
color: #0EE5BD;
}
</style>
background-color css
<style>
a { background-color: #0EE5BD; }
a { background-color: rgb(14,229,189); }
div.DivClassName
{
background-color: #0EE5BD;
}
.BgClassName
{
background-color: #0EE5BD;
}
</style>
border-color css
<style>
span { border-color: #0EE5BD; }
span { border-color: rgb(14,229,189); }
td.TdClassName
{
border-color: #0EE5BD;
}
.TagClassName
{
border-color: #0EE5BD;
}
</style>