Shades of Bright Turquoise #0EEBEB
Tints of Bright Turquoise #0EEBEB
RGB
CMYK
RGB Variations
Color information
#0EEBEB (or 0x0EEBEB) is known color: Bright Turquoise. HEX triplet: 0E, EB and EB. RGB value is (14,235,235). Sum of RGB (Red+Green+Blue) = 14+235+235=484 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.89% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #0EEBEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEBEB is #F11414. Grayscale: #A8A8A8. Windows color (decimal): -15799317 or 15461134. OLE color: 15461134.
HSL color Cylindrical-coordinate representation of color #0EEBEB: hue angle of 180º 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 #0EEBEB is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 235 | - |
| CMYK | 0.94 | 0 | 0 | 0.08 |
| HSL | 180º | 0.89% | 0.49% | - |
| HSV(B) | 180º | 0.94% | 0.92% | - |
| XYZ | 44.88 | 65.51 | 88.88 | - |
| YUV | 168.92 | 165.28 | 17.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 235 | 0.94 | 0 | 0 | 0.08 | 180 | 0.89 | 0.49 |
| Hex | E | EB | EB | 5E | 0 | 0 | 8 | B4 | 59 | 31 |
| Octal | 16 | 353 | 353 | 136 | 0 | 0 | 10 | 264 | 131 | 61 |
| Binary | 1110 | 11101011 | 11101011 | 1011110 | 0 | 0 | 1000 | 10110100 | 1011001 | 110001 |
Color Harmonies of #0EEBEB
Complementary color
Monochromatic Colors of #0EEBEB
Black with #0EEBEB
Text Example
Text Example
White with #0EEBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBEB; }
p { color: rgb(14,235,235); }
H1.HeaderClassName
{
color: #0EEBEB;
}
.AnyTagClassName
{
color: #0EEBEB;
}
</style>
background-color css
<style>
a { background-color: #0EEBEB; }
a { background-color: rgb(14,235,235); }
div.DivClassName
{
background-color: #0EEBEB;
}
.BgClassName
{
background-color: #0EEBEB;
}
</style>
border-color css
<style>
span { border-color: #0EEBEB; }
span { border-color: rgb(14,235,235); }
td.TdClassName
{
border-color: #0EEBEB;
}
.TagClassName
{
border-color: #0EEBEB;
}
</style>