Shades of Medium Turquoise #4EC5BD
Tints of Medium Turquoise #4EC5BD
RGB
CMYK
RGB Variations
Color information
#4EC5BD (or 0x4EC5BD) is known color: Medium Turquoise. HEX triplet: 4E, C5 and BD. RGB value is (78,197,189). Sum of RGB (Red+Green+Blue) = 78+197+189=464 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.81% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #4EC5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC5BD is #B13A42. Grayscale: #A0A0A0. Windows color (decimal): -11614787 or 12436814. OLE color: 12436814.
HSL color Cylindrical-coordinate representation of color #4EC5BD: hue angle of 175.97º 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 #4EC5BD is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 197 | 189 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.23 |
| HSL | 175.97º | 0.51% | 0.54% | - |
| HSV(B) | 175.97º | 0.6% | 0.77% | - |
| XYZ | 32.29 | 45.23 | 55.17 | - |
| YUV | 160.51 | 144.08 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 197 | 189 | 0.60 | 0 | 0.04 | 0.23 | 175.97 | 0.51 | 0.54 |
| Hex | 4E | C5 | BD | 3C | 0 | 4 | 17 | B0 | 33 | 36 |
| Octal | 116 | 305 | 275 | 74 | 0 | 4 | 27 | 260 | 63 | 66 |
| Binary | 1001110 | 11000101 | 10111101 | 111100 | 0 | 100 | 10111 | 10110000 | 110011 | 110110 |
Color Harmonies of #4EC5BD
Complementary color
Monochromatic Colors of #4EC5BD
Black with #4EC5BD
Text Example
Text Example
White with #4EC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC5BD; }
p { color: rgb(78,197,189); }
H1.HeaderClassName
{
color: #4EC5BD;
}
.AnyTagClassName
{
color: #4EC5BD;
}
</style>
background-color css
<style>
a { background-color: #4EC5BD; }
a { background-color: rgb(78,197,189); }
div.DivClassName
{
background-color: #4EC5BD;
}
.BgClassName
{
background-color: #4EC5BD;
}
</style>
border-color css
<style>
span { border-color: #4EC5BD; }
span { border-color: rgb(78,197,189); }
td.TdClassName
{
border-color: #4EC5BD;
}
.TagClassName
{
border-color: #4EC5BD;
}
</style>