Shades of Medium Turquoise #4EC1BC
Tints of Medium Turquoise #4EC1BC
RGB
CMYK
RGB Variations
Color information
#4EC1BC (or 0x4EC1BC) is known color: Medium Turquoise. HEX triplet: 4E, C1 and BC. RGB value is (78,193,188). Sum of RGB (Red+Green+Blue) = 78+193+188=459 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.99% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #4EC1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC1BC is #B13E43. Grayscale: #9D9D9D. Windows color (decimal): -11615812 or 12370254. OLE color: 12370254.
HSL color Cylindrical-coordinate representation of color #4EC1BC: hue angle of 177.39º 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 #4EC1BC is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 193 | 188 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.24 |
| HSL | 177.39º | 0.48% | 0.53% | - |
| HSV(B) | 177.39º | 0.6% | 0.76% | - |
| XYZ | 31.29 | 43.39 | 54.3 | - |
| YUV | 158.05 | 144.9 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 193 | 188 | 0.60 | 0 | 0.03 | 0.24 | 177.39 | 0.48 | 0.53 |
| Hex | 4E | C1 | BC | 3C | 0 | 3 | 18 | B1 | 30 | 35 |
| Octal | 116 | 301 | 274 | 74 | 0 | 3 | 30 | 261 | 60 | 65 |
| Binary | 1001110 | 11000001 | 10111100 | 111100 | 0 | 11 | 11000 | 10110001 | 110000 | 110101 |
Color Harmonies of #4EC1BC
Complementary color
Monochromatic Colors of #4EC1BC
Black with #4EC1BC
Text Example
Text Example
White with #4EC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC1BC; }
p { color: rgb(78,193,188); }
H1.HeaderClassName
{
color: #4EC1BC;
}
.AnyTagClassName
{
color: #4EC1BC;
}
</style>
background-color css
<style>
a { background-color: #4EC1BC; }
a { background-color: rgb(78,193,188); }
div.DivClassName
{
background-color: #4EC1BC;
}
.BgClassName
{
background-color: #4EC1BC;
}
</style>
border-color css
<style>
span { border-color: #4EC1BC; }
span { border-color: rgb(78,193,188); }
td.TdClassName
{
border-color: #4EC1BC;
}
.TagClassName
{
border-color: #4EC1BC;
}
</style>