Shades of Medium Turquoise #4EC1BB
Tints of Medium Turquoise #4EC1BB
RGB
CMYK
RGB Variations
Color information
#4EC1BB (or 0x4EC1BB) is known color: Medium Turquoise. HEX triplet: 4E, C1 and BB. RGB value is (78,193,187). Sum of RGB (Red+Green+Blue) = 78+193+187=458 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.03% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #4EC1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC1BB is #B13E44. Grayscale: #9D9D9D. Windows color (decimal): -11615813 or 12304718. OLE color: 12304718.
HSL color Cylindrical-coordinate representation of color #4EC1BB: hue angle of 176.87º 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 #4EC1BB is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 193 | 187 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.24 |
| HSL | 176.87º | 0.48% | 0.53% | - |
| HSV(B) | 176.87º | 0.6% | 0.76% | - |
| XYZ | 31.18 | 43.35 | 53.74 | - |
| YUV | 157.93 | 144.4 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 193 | 187 | 0.60 | 0 | 0.03 | 0.24 | 176.87 | 0.48 | 0.53 |
| Hex | 4E | C1 | BB | 3C | 0 | 3 | 18 | B1 | 30 | 35 |
| Octal | 116 | 301 | 273 | 74 | 0 | 3 | 30 | 261 | 60 | 65 |
| Binary | 1001110 | 11000001 | 10111011 | 111100 | 0 | 11 | 11000 | 10110001 | 110000 | 110101 |
Color Harmonies of #4EC1BB
Complementary color
Monochromatic Colors of #4EC1BB
Black with #4EC1BB
Text Example
Text Example
White with #4EC1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC1BB; }
p { color: rgb(78,193,187); }
H1.HeaderClassName
{
color: #4EC1BB;
}
.AnyTagClassName
{
color: #4EC1BB;
}
</style>
background-color css
<style>
a { background-color: #4EC1BB; }
a { background-color: rgb(78,193,187); }
div.DivClassName
{
background-color: #4EC1BB;
}
.BgClassName
{
background-color: #4EC1BB;
}
</style>
border-color css
<style>
span { border-color: #4EC1BB; }
span { border-color: rgb(78,193,187); }
td.TdClassName
{
border-color: #4EC1BB;
}
.TagClassName
{
border-color: #4EC1BB;
}
</style>