Shades of Medium Turquoise #4EC5BA
Tints of Medium Turquoise #4EC5BA
RGB
CMYK
RGB Variations
Color information
#4EC5BA (or 0x4EC5BA) is known color: Medium Turquoise. HEX triplet: 4E, C5 and BA. RGB value is (78,197,186). Sum of RGB (Red+Green+Blue) = 78+197+186=461 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.92% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #4EC5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC5BA is #B13A45. Grayscale: #A0A0A0. Windows color (decimal): -11614790 or 12240206. OLE color: 12240206.
HSL color Cylindrical-coordinate representation of color #4EC5BA: hue angle of 174.45º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC5BA is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 197 | 186 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.23 |
| HSL | 174.45º | 0.51% | 0.54% | - |
| HSV(B) | 174.45º | 0.6% | 0.77% | - |
| XYZ | 31.97 | 45.1 | 53.47 | - |
| YUV | 160.17 | 142.58 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 197 | 186 | 0.60 | 0 | 0.06 | 0.23 | 174.45 | 0.51 | 0.54 |
| Hex | 4E | C5 | BA | 3C | 0 | 6 | 17 | AE | 33 | 36 |
| Octal | 116 | 305 | 272 | 74 | 0 | 6 | 27 | 256 | 63 | 66 |
| Binary | 1001110 | 11000101 | 10111010 | 111100 | 0 | 110 | 10111 | 10101110 | 110011 | 110110 |
Color Harmonies of #4EC5BA
Complementary color
Monochromatic Colors of #4EC5BA
Black with #4EC5BA
Text Example
Text Example
White with #4EC5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC5BA; }
p { color: rgb(78,197,186); }
H1.HeaderClassName
{
color: #4EC5BA;
}
.AnyTagClassName
{
color: #4EC5BA;
}
</style>
background-color css
<style>
a { background-color: #4EC5BA; }
a { background-color: rgb(78,197,186); }
div.DivClassName
{
background-color: #4EC5BA;
}
.BgClassName
{
background-color: #4EC5BA;
}
</style>
border-color css
<style>
span { border-color: #4EC5BA; }
span { border-color: rgb(78,197,186); }
td.TdClassName
{
border-color: #4EC5BA;
}
.TagClassName
{
border-color: #4EC5BA;
}
</style>