Shades of Bright Turquoise #0EEBEA
Tints of Bright Turquoise #0EEBEA
RGB
CMYK
RGB Variations
Color information
#0EEBEA (or 0x0EEBEA) is known color: Bright Turquoise. HEX triplet: 0E, EB and EA. RGB value is (14,235,234). Sum of RGB (Red+Green+Blue) = 14+235+234=483 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.90% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEBEA is #F11415. Grayscale: #A8A8A8. Windows color (decimal): -15799318 or 15395598. OLE color: 15395598.
HSL color Cylindrical-coordinate representation of color #0EEBEA: hue angle of 179.73º 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 #0EEBEA is Cyan = 0.94, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 234 | - |
| CMYK | 0.94 | 0 | 0.00 | 0.08 |
| HSL | 179.73º | 0.89% | 0.49% | - |
| HSV(B) | 179.73º | 0.94% | 0.92% | - |
| XYZ | 44.74 | 65.45 | 88.12 | - |
| YUV | 168.81 | 164.78 | 17.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 234 | 0.94 | 0 | 0.00 | 0.08 | 179.73 | 0.89 | 0.49 |
| Hex | E | EB | EA | 5E | 0 | 0 | 8 | B4 | 59 | 31 |
| Octal | 16 | 353 | 352 | 136 | 0 | 0 | 10 | 264 | 131 | 61 |
| Binary | 1110 | 11101011 | 11101010 | 1011110 | 0 | 0 | 1000 | 10110100 | 1011001 | 110001 |
Color Harmonies of #0EEBEA
Complementary color
Monochromatic Colors of #0EEBEA
Black with #0EEBEA
Text Example
Text Example
White with #0EEBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBEA; }
p { color: rgb(14,235,234); }
H1.HeaderClassName
{
color: #0EEBEA;
}
.AnyTagClassName
{
color: #0EEBEA;
}
</style>
background-color css
<style>
a { background-color: #0EEBEA; }
a { background-color: rgb(14,235,234); }
div.DivClassName
{
background-color: #0EEBEA;
}
.BgClassName
{
background-color: #0EEBEA;
}
</style>
border-color css
<style>
span { border-color: #0EEBEA; }
span { border-color: rgb(14,235,234); }
td.TdClassName
{
border-color: #0EEBEA;
}
.TagClassName
{
border-color: #0EEBEA;
}
</style>