Shades of Medium Turquoise #4EC1BA
Tints of Medium Turquoise #4EC1BA
RGB
CMYK
RGB Variations
Color information
#4EC1BA (or 0x4EC1BA) is known color: Medium Turquoise. HEX triplet: 4E, C1 and BA. RGB value is (78,193,186). Sum of RGB (Red+Green+Blue) = 78+193+186=457 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.07% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #4EC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC1BA is #B13E45. Grayscale: #9D9D9D. Windows color (decimal): -11615814 or 12239182. OLE color: 12239182.
HSL color Cylindrical-coordinate representation of color #4EC1BA: hue angle of 176.35º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC1BA is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 193 | 186 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.24 |
| HSL | 176.35º | 0.48% | 0.53% | - |
| HSV(B) | 176.35º | 0.6% | 0.76% | - |
| XYZ | 31.07 | 43.3 | 53.18 | - |
| YUV | 157.82 | 143.9 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 193 | 186 | 0.60 | 0 | 0.04 | 0.24 | 176.35 | 0.48 | 0.53 |
| Hex | 4E | C1 | BA | 3C | 0 | 4 | 18 | B0 | 30 | 35 |
| Octal | 116 | 301 | 272 | 74 | 0 | 4 | 30 | 260 | 60 | 65 |
| Binary | 1001110 | 11000001 | 10111010 | 111100 | 0 | 100 | 11000 | 10110000 | 110000 | 110101 |
Color Harmonies of #4EC1BA
Complementary color
Monochromatic Colors of #4EC1BA
Black with #4EC1BA
Text Example
Text Example
White with #4EC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC1BA; }
p { color: rgb(78,193,186); }
H1.HeaderClassName
{
color: #4EC1BA;
}
.AnyTagClassName
{
color: #4EC1BA;
}
</style>
background-color css
<style>
a { background-color: #4EC1BA; }
a { background-color: rgb(78,193,186); }
div.DivClassName
{
background-color: #4EC1BA;
}
.BgClassName
{
background-color: #4EC1BA;
}
</style>
border-color css
<style>
span { border-color: #4EC1BA; }
span { border-color: rgb(78,193,186); }
td.TdClassName
{
border-color: #4EC1BA;
}
.TagClassName
{
border-color: #4EC1BA;
}
</style>