Shades of Medium Turquoise #4EC0BA
Tints of Medium Turquoise #4EC0BA
RGB
CMYK
RGB Variations
Color information
#4EC0BA (or 0x4EC0BA) is known color: Medium Turquoise. HEX triplet: 4E, C0 and BA. RGB value is (78,192,186). Sum of RGB (Red+Green+Blue) = 78+192+186=456 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.11% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC0BA is #B13F45. Grayscale: #9D9D9D. Windows color (decimal): -11616070 or 12238926. OLE color: 12238926.
HSL color Cylindrical-coordinate representation of color #4EC0BA: hue angle of 176.84º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EC0BA is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 186 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.25 |
| HSL | 176.84º | 0.48% | 0.53% | - |
| HSV(B) | 176.84º | 0.59% | 0.75% | - |
| XYZ | 30.85 | 42.86 | 53.1 | - |
| YUV | 157.23 | 144.23 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 186 | 0.59 | 0 | 0.03 | 0.25 | 176.84 | 0.48 | 0.53 |
| Hex | 4E | C0 | BA | 3B | 0 | 3 | 19 | B1 | 30 | 35 |
| Octal | 116 | 300 | 272 | 73 | 0 | 3 | 31 | 261 | 60 | 65 |
| Binary | 1001110 | 11000000 | 10111010 | 111011 | 0 | 11 | 11001 | 10110001 | 110000 | 110101 |
Color Harmonies of #4EC0BA
Complementary color
Monochromatic Colors of #4EC0BA
Black with #4EC0BA
Text Example
Text Example
White with #4EC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0BA; }
p { color: rgb(78,192,186); }
H1.HeaderClassName
{
color: #4EC0BA;
}
.AnyTagClassName
{
color: #4EC0BA;
}
</style>
background-color css
<style>
a { background-color: #4EC0BA; }
a { background-color: rgb(78,192,186); }
div.DivClassName
{
background-color: #4EC0BA;
}
.BgClassName
{
background-color: #4EC0BA;
}
</style>
border-color css
<style>
span { border-color: #4EC0BA; }
span { border-color: rgb(78,192,186); }
td.TdClassName
{
border-color: #4EC0BA;
}
.TagClassName
{
border-color: #4EC0BA;
}
</style>