Shades of Bright Turquoise #0EEBEE
Tints of Bright Turquoise #0EEBEE
RGB
CMYK
RGB Variations
Color information
#0EEBEE (or 0x0EEBEE) is known color: Bright Turquoise. HEX triplet: 0E, EB and EE. RGB value is (14,235,238). Sum of RGB (Red+Green+Blue) = 14+235+238=487 (64% of max value = 765). Red value is 14 (5.86% from 255 or 2.87% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #0EEBEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EEBEE is #F11411. Grayscale: #A9A9A9. Windows color (decimal): -15799314 or 15657742. OLE color: 15657742.
HSL color Cylindrical-coordinate representation of color #0EEBEE: hue angle of 180.8º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEBEE is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 235 | 238 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.07 |
| HSL | 180.8º | 0.89% | 0.49% | - |
| HSV(B) | 180.8º | 0.94% | 0.93% | - |
| XYZ | 45.32 | 65.68 | 91.18 | - |
| YUV | 169.26 | 166.78 | 17.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 238 | 0.94 | 0.01 | 0 | 0.07 | 180.8 | 0.89 | 0.49 |
| Hex | E | EB | EE | 5E | 1 | 0 | 7 | B5 | 59 | 31 |
| Octal | 16 | 353 | 356 | 136 | 1 | 0 | 7 | 265 | 131 | 61 |
| Binary | 1110 | 11101011 | 11101110 | 1011110 | 1 | 0 | 111 | 10110101 | 1011001 | 110001 |
Color Harmonies of #0EEBEE
Complementary color
Monochromatic Colors of #0EEBEE
Black with #0EEBEE
Text Example
Text Example
White with #0EEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBEE; }
p { color: rgb(14,235,238); }
H1.HeaderClassName
{
color: #0EEBEE;
}
.AnyTagClassName
{
color: #0EEBEE;
}
</style>
background-color css
<style>
a { background-color: #0EEBEE; }
a { background-color: rgb(14,235,238); }
div.DivClassName
{
background-color: #0EEBEE;
}
.BgClassName
{
background-color: #0EEBEE;
}
</style>
border-color css
<style>
span { border-color: #0EEBEE; }
span { border-color: rgb(14,235,238); }
td.TdClassName
{
border-color: #0EEBEE;
}
.TagClassName
{
border-color: #0EEBEE;
}
</style>