Shades of Bright Turquoise #0EEBF0
Tints of Bright Turquoise #0EEBF0
RGB
CMYK
RGB Variations
Color information
#0EEBF0 (or 0x0EEBF0) is known color: Bright Turquoise. HEX triplet: 0E, EB and F0. RGB value is (14,235,240). Sum of RGB (Red+Green+Blue) = 14+235+240=489 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.86% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #0EEBF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEBF0 is #F1140F. Grayscale: #A9A9A9. Windows color (decimal): -15799312 or 15788814. OLE color: 15788814.
HSL color Cylindrical-coordinate representation of color #0EEBF0: hue angle of 181.33º 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 #0EEBF0 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 235 | 240 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.06 |
| HSL | 181.33º | 0.89% | 0.5% | - |
| HSV(B) | 181.33º | 0.94% | 0.94% | - |
| XYZ | 45.62 | 65.8 | 92.73 | - |
| YUV | 169.49 | 167.78 | 17.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 240 | 0.94 | 0.02 | 0 | 0.06 | 181.33 | 0.89 | 0.5 |
| Hex | E | EB | F0 | 5E | 2 | 0 | 6 | B5 | 59 | 32 |
| Octal | 16 | 353 | 360 | 136 | 2 | 0 | 6 | 265 | 131 | 62 |
| Binary | 1110 | 11101011 | 11110000 | 1011110 | 10 | 0 | 110 | 10110101 | 1011001 | 110010 |
Color Harmonies of #0EEBF0
Complementary color
Monochromatic Colors of #0EEBF0
Black with #0EEBF0
Text Example
Text Example
White with #0EEBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBF0; }
p { color: rgb(14,235,240); }
H1.HeaderClassName
{
color: #0EEBF0;
}
.AnyTagClassName
{
color: #0EEBF0;
}
</style>
background-color css
<style>
a { background-color: #0EEBF0; }
a { background-color: rgb(14,235,240); }
div.DivClassName
{
background-color: #0EEBF0;
}
.BgClassName
{
background-color: #0EEBF0;
}
</style>
border-color css
<style>
span { border-color: #0EEBF0; }
span { border-color: rgb(14,235,240); }
td.TdClassName
{
border-color: #0EEBF0;
}
.TagClassName
{
border-color: #0EEBF0;
}
</style>