Shades of Medium Turquoise #4EC2B9
Tints of Medium Turquoise #4EC2B9
RGB
CMYK
RGB Variations
Color information
#4EC2B9 (or 0x4EC2B9) is known color: Medium Turquoise. HEX triplet: 4E, C2 and B9. RGB value is (78,194,185). Sum of RGB (Red+Green+Blue) = 78+194+185=457 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.07% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #4EC2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC2B9 is #B13D46. Grayscale: #9E9E9E. Windows color (decimal): -11615559 or 12173902. OLE color: 12173902.
HSL color Cylindrical-coordinate representation of color #4EC2B9: hue angle of 175.34º degrees, saturation: 0.49, 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 #4EC2B9 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 194 | 185 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.24 |
| HSL | 175.34º | 0.49% | 0.53% | - |
| HSV(B) | 175.34º | 0.6% | 0.76% | - |
| XYZ | 31.19 | 43.71 | 52.69 | - |
| YUV | 158.29 | 143.07 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 194 | 185 | 0.60 | 0 | 0.05 | 0.24 | 175.34 | 0.49 | 0.53 |
| Hex | 4E | C2 | B9 | 3C | 0 | 5 | 18 | AF | 31 | 35 |
| Octal | 116 | 302 | 271 | 74 | 0 | 5 | 30 | 257 | 61 | 65 |
| Binary | 1001110 | 11000010 | 10111001 | 111100 | 0 | 101 | 11000 | 10101111 | 110001 | 110101 |
Color Harmonies of #4EC2B9
Complementary color
Monochromatic Colors of #4EC2B9
Black with #4EC2B9
Text Example
Text Example
White with #4EC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC2B9; }
p { color: rgb(78,194,185); }
H1.HeaderClassName
{
color: #4EC2B9;
}
.AnyTagClassName
{
color: #4EC2B9;
}
</style>
background-color css
<style>
a { background-color: #4EC2B9; }
a { background-color: rgb(78,194,185); }
div.DivClassName
{
background-color: #4EC2B9;
}
.BgClassName
{
background-color: #4EC2B9;
}
</style>
border-color css
<style>
span { border-color: #4EC2B9; }
span { border-color: rgb(78,194,185); }
td.TdClassName
{
border-color: #4EC2B9;
}
.TagClassName
{
border-color: #4EC2B9;
}
</style>