Shades of Bright Turquoise #0EECBA
Tints of Bright Turquoise #0EECBA
RGB
CMYK
RGB Variations
Color information
#0EECBA (or 0x0EECBA) is known color: Bright Turquoise. HEX triplet: 0E, EC and BA. RGB value is (14,236,186). Sum of RGB (Red+Green+Blue) = 14+236+186=436 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.21% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #0EECBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EECBA is #F11345. Grayscale: #A3A3A3. Windows color (decimal): -15799110 or 12250126. OLE color: 12250126.
HSL color Cylindrical-coordinate representation of color #0EECBA: hue angle of 166.49º 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 #0EECBA is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 236 | 186 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.07 |
| HSL | 166.49º | 0.89% | 0.49% | - |
| HSV(B) | 166.49º | 0.94% | 0.93% | - |
| XYZ | 39.04 | 63.63 | 56.68 | - |
| YUV | 163.92 | 140.45 | 21.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 236 | 186 | 0.94 | 0 | 0.21 | 0.07 | 166.49 | 0.89 | 0.49 |
| Hex | E | EC | BA | 5E | 0 | 15 | 7 | A6 | 59 | 31 |
| Octal | 16 | 354 | 272 | 136 | 0 | 25 | 7 | 246 | 131 | 61 |
| Binary | 1110 | 11101100 | 10111010 | 1011110 | 0 | 10101 | 111 | 10100110 | 1011001 | 110001 |
Color Harmonies of #0EECBA
Complementary color
Monochromatic Colors of #0EECBA
Black with #0EECBA
Text Example
Text Example
White with #0EECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EECBA; }
p { color: rgb(14,236,186); }
H1.HeaderClassName
{
color: #0EECBA;
}
.AnyTagClassName
{
color: #0EECBA;
}
</style>
background-color css
<style>
a { background-color: #0EECBA; }
a { background-color: rgb(14,236,186); }
div.DivClassName
{
background-color: #0EECBA;
}
.BgClassName
{
background-color: #0EECBA;
}
</style>
border-color css
<style>
span { border-color: #0EECBA; }
span { border-color: rgb(14,236,186); }
td.TdClassName
{
border-color: #0EECBA;
}
.TagClassName
{
border-color: #0EECBA;
}
</style>