Shades of Bright Turquoise #0EEBE4
Tints of Bright Turquoise #0EEBE4
RGB
CMYK
RGB Variations
Color information
#0EEBE4 (or 0x0EEBE4) is known color: Bright Turquoise. HEX triplet: 0E, EB and E4. RGB value is (14,235,228). Sum of RGB (Red+Green+Blue) = 14+235+228=477 (63% of max value = 765). Red value is 14 (5.86% from 255 or 2.94% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEBE4 is #F1141B. Grayscale: #A7A7A7. Windows color (decimal): -15799324 or 15002382. OLE color: 15002382.
HSL color Cylindrical-coordinate representation of color #0EEBE4: hue angle of 178.1º 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 #0EEBE4 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 228 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.08 |
| HSL | 178.1º | 0.89% | 0.49% | - |
| HSV(B) | 178.1º | 0.94% | 0.92% | - |
| XYZ | 43.89 | 65.11 | 83.65 | - |
| YUV | 168.12 | 161.78 | 18.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 228 | 0.94 | 0 | 0.03 | 0.08 | 178.1 | 0.89 | 0.49 |
| Hex | E | EB | E4 | 5E | 0 | 3 | 8 | B2 | 59 | 31 |
| Octal | 16 | 353 | 344 | 136 | 0 | 3 | 10 | 262 | 131 | 61 |
| Binary | 1110 | 11101011 | 11100100 | 1011110 | 0 | 11 | 1000 | 10110010 | 1011001 | 110001 |
Color Harmonies of #0EEBE4
Complementary color
Monochromatic Colors of #0EEBE4
Black with #0EEBE4
Text Example
Text Example
White with #0EEBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBE4; }
p { color: rgb(14,235,228); }
H1.HeaderClassName
{
color: #0EEBE4;
}
.AnyTagClassName
{
color: #0EEBE4;
}
</style>
background-color css
<style>
a { background-color: #0EEBE4; }
a { background-color: rgb(14,235,228); }
div.DivClassName
{
background-color: #0EEBE4;
}
.BgClassName
{
background-color: #0EEBE4;
}
</style>
border-color css
<style>
span { border-color: #0EEBE4; }
span { border-color: rgb(14,235,228); }
td.TdClassName
{
border-color: #0EEBE4;
}
.TagClassName
{
border-color: #0EEBE4;
}
</style>