Shades of Bright Turquoise #0EEBEF
Tints of Bright Turquoise #0EEBEF
RGB
CMYK
RGB Variations
Color information
#0EEBEF (or 0x0EEBEF) is known color: Bright Turquoise. HEX triplet: 0E, EB and EF. RGB value is (14,235,239). Sum of RGB (Red+Green+Blue) = 14+235+239=488 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.87% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #0EEBEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEBEF is #F11410. Grayscale: #A9A9A9. Windows color (decimal): -15799313 or 15723278. OLE color: 15723278.
HSL color Cylindrical-coordinate representation of color #0EEBEF: hue angle of 181.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEBEF is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 235 | 239 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.06 |
| HSL | 181.07º | 0.89% | 0.5% | - |
| HSV(B) | 181.07º | 0.94% | 0.94% | - |
| XYZ | 45.47 | 65.74 | 91.95 | - |
| YUV | 169.38 | 167.28 | 17.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 239 | 0.94 | 0.02 | 0 | 0.06 | 181.07 | 0.89 | 0.5 |
| Hex | E | EB | EF | 5E | 2 | 0 | 6 | B5 | 59 | 32 |
| Octal | 16 | 353 | 357 | 136 | 2 | 0 | 6 | 265 | 131 | 62 |
| Binary | 1110 | 11101011 | 11101111 | 1011110 | 10 | 0 | 110 | 10110101 | 1011001 | 110010 |
Color Harmonies of #0EEBEF
Complementary color
Monochromatic Colors of #0EEBEF
Black with #0EEBEF
Text Example
Text Example
White with #0EEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBEF; }
p { color: rgb(14,235,239); }
H1.HeaderClassName
{
color: #0EEBEF;
}
.AnyTagClassName
{
color: #0EEBEF;
}
</style>
background-color css
<style>
a { background-color: #0EEBEF; }
a { background-color: rgb(14,235,239); }
div.DivClassName
{
background-color: #0EEBEF;
}
.BgClassName
{
background-color: #0EEBEF;
}
</style>
border-color css
<style>
span { border-color: #0EEBEF; }
span { border-color: rgb(14,235,239); }
td.TdClassName
{
border-color: #0EEBEF;
}
.TagClassName
{
border-color: #0EEBEF;
}
</style>