Shades of Bright Turquoise #0EEBBC
Tints of Bright Turquoise #0EEBBC
RGB
CMYK
RGB Variations
Color information
#0EEBBC (or 0x0EEBBC) is known color: Bright Turquoise. HEX triplet: 0E, EB and BC. RGB value is (14,235,188). Sum of RGB (Red+Green+Blue) = 14+235+188=437 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.20% from 437); Green value is 235 (92.19% from 255 or 53.78% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEBBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EEBBC is #F11443. Grayscale: #A3A3A3. Windows color (decimal): -15799364 or 12380942. OLE color: 12380942.
HSL color Cylindrical-coordinate representation of color #0EEBBC: hue angle of 167.24º 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 #0EEBBC is Cyan = 0.94, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 235 | 188 | - |
| CMYK | 0.94 | 0 | 0.2 | 0.08 |
| HSL | 167.24º | 0.89% | 0.49% | - |
| HSV(B) | 167.24º | 0.94% | 0.92% | - |
| XYZ | 38.97 | 63.14 | 57.71 | - |
| YUV | 163.56 | 141.78 | 21.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 235 | 188 | 0.94 | 0 | 0.2 | 0.08 | 167.24 | 0.89 | 0.49 |
| Hex | E | EB | BC | 5E | 0 | 14 | 8 | A7 | 59 | 31 |
| Octal | 16 | 353 | 274 | 136 | 0 | 24 | 10 | 247 | 131 | 61 |
| Binary | 1110 | 11101011 | 10111100 | 1011110 | 0 | 10100 | 1000 | 10100111 | 1011001 | 110001 |
Color Harmonies of #0EEBBC
Complementary color
Monochromatic Colors of #0EEBBC
Black with #0EEBBC
Text Example
Text Example
White with #0EEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEBBC; }
p { color: rgb(14,235,188); }
H1.HeaderClassName
{
color: #0EEBBC;
}
.AnyTagClassName
{
color: #0EEBBC;
}
</style>
background-color css
<style>
a { background-color: #0EEBBC; }
a { background-color: rgb(14,235,188); }
div.DivClassName
{
background-color: #0EEBBC;
}
.BgClassName
{
background-color: #0EEBBC;
}
</style>
border-color css
<style>
span { border-color: #0EEBBC; }
span { border-color: rgb(14,235,188); }
td.TdClassName
{
border-color: #0EEBBC;
}
.TagClassName
{
border-color: #0EEBBC;
}
</style>