Shades of Medium Turquoise #4EC4BC
Tints of Medium Turquoise #4EC4BC
RGB
CMYK
RGB Variations
Color information
#4EC4BC (or 0x4EC4BC) is known color: Medium Turquoise. HEX triplet: 4E, C4 and BC. RGB value is (78,196,188). Sum of RGB (Red+Green+Blue) = 78+196+188=462 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.88% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #4EC4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC4BC is #B13B43. Grayscale: #9F9F9F. Windows color (decimal): -11615044 or 12371022. OLE color: 12371022.
HSL color Cylindrical-coordinate representation of color #4EC4BC: hue angle of 175.93º degrees, saturation: 0.5, 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 #4EC4BC is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 196 | 188 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.23 |
| HSL | 175.93º | 0.5% | 0.54% | - |
| HSV(B) | 175.93º | 0.6% | 0.77% | - |
| XYZ | 31.96 | 44.73 | 54.53 | - |
| YUV | 159.81 | 143.91 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 196 | 188 | 0.60 | 0 | 0.04 | 0.23 | 175.93 | 0.5 | 0.54 |
| Hex | 4E | C4 | BC | 3C | 0 | 4 | 17 | B0 | 32 | 36 |
| Octal | 116 | 304 | 274 | 74 | 0 | 4 | 27 | 260 | 62 | 66 |
| Binary | 1001110 | 11000100 | 10111100 | 111100 | 0 | 100 | 10111 | 10110000 | 110010 | 110110 |
Color Harmonies of #4EC4BC
Complementary color
Monochromatic Colors of #4EC4BC
Black with #4EC4BC
Text Example
Text Example
White with #4EC4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC4BC; }
p { color: rgb(78,196,188); }
H1.HeaderClassName
{
color: #4EC4BC;
}
.AnyTagClassName
{
color: #4EC4BC;
}
</style>
background-color css
<style>
a { background-color: #4EC4BC; }
a { background-color: rgb(78,196,188); }
div.DivClassName
{
background-color: #4EC4BC;
}
.BgClassName
{
background-color: #4EC4BC;
}
</style>
border-color css
<style>
span { border-color: #4EC4BC; }
span { border-color: rgb(78,196,188); }
td.TdClassName
{
border-color: #4EC4BC;
}
.TagClassName
{
border-color: #4EC4BC;
}
</style>