Shades of Bright Turquoise #0EE5C9
Tints of Bright Turquoise #0EE5C9
RGB
CMYK
RGB Variations
Color information
#0EE5C9 (or 0x0EE5C9) is known color: Bright Turquoise. HEX triplet: 0E, E5 and C9. RGB value is (14,229,201). Sum of RGB (Red+Green+Blue) = 14+229+201=444 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.15% from 444); Green value is 229 (89.84% from 255 or 51.58% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 229 - color contains mainly: green. Hex color #0EE5C9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE5C9 is #F11A36. Grayscale: #A1A1A1. Windows color (decimal): -15800887 or 13231374. OLE color: 13231374.
HSL color Cylindrical-coordinate representation of color #0EE5C9: hue angle of 172.19º 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 #0EE5C9 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 229 | 201 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.10 |
| HSL | 172.19º | 0.88% | 0.48% | - |
| HSV(B) | 172.19º | 0.94% | 0.9% | - |
| XYZ | 38.74 | 60.35 | 64.86 | - |
| YUV | 161.52 | 150.27 | 22.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 229 | 201 | 0.94 | 0 | 0.12 | 0.10 | 172.19 | 0.88 | 0.48 |
| Hex | E | E5 | C9 | 5E | 0 | C | A | AC | 58 | 30 |
| Octal | 16 | 345 | 311 | 136 | 0 | 14 | 12 | 254 | 130 | 60 |
| Binary | 1110 | 11100101 | 11001001 | 1011110 | 0 | 1100 | 1010 | 10101100 | 1011000 | 110000 |
Color Harmonies of #0EE5C9
Complementary color
Monochromatic Colors of #0EE5C9
Black with #0EE5C9
Text Example
Text Example
White with #0EE5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE5C9; }
p { color: rgb(14,229,201); }
H1.HeaderClassName
{
color: #0EE5C9;
}
.AnyTagClassName
{
color: #0EE5C9;
}
</style>
background-color css
<style>
a { background-color: #0EE5C9; }
a { background-color: rgb(14,229,201); }
div.DivClassName
{
background-color: #0EE5C9;
}
.BgClassName
{
background-color: #0EE5C9;
}
</style>
border-color css
<style>
span { border-color: #0EE5C9; }
span { border-color: rgb(14,229,201); }
td.TdClassName
{
border-color: #0EE5C9;
}
.TagClassName
{
border-color: #0EE5C9;
}
</style>