Shades of Medium Turquoise #4EC9B9
Tints of Medium Turquoise #4EC9B9
RGB
CMYK
RGB Variations
Color information
#4EC9B9 (or 0x4EC9B9) is known color: Medium Turquoise. HEX triplet: 4E, C9 and B9. RGB value is (78,201,185). Sum of RGB (Red+Green+Blue) = 78+201+185=464 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.81% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC9B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC9B9 is #B13646. Grayscale: #A2A2A2. Windows color (decimal): -11613767 or 12175694. OLE color: 12175694.
HSL color Cylindrical-coordinate representation of color #4EC9B9: hue angle of 172.2º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC9B9 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 201 | 185 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.21 |
| HSL | 172.2º | 0.53% | 0.55% | - |
| HSV(B) | 172.2º | 0.61% | 0.79% | - |
| XYZ | 32.79 | 46.9 | 53.22 | - |
| YUV | 162.4 | 140.75 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 201 | 185 | 0.61 | 0 | 0.08 | 0.21 | 172.2 | 0.53 | 0.55 |
| Hex | 4E | C9 | B9 | 3D | 0 | 8 | 15 | AC | 35 | 37 |
| Octal | 116 | 311 | 271 | 75 | 0 | 10 | 25 | 254 | 65 | 67 |
| Binary | 1001110 | 11001001 | 10111001 | 111101 | 0 | 1000 | 10101 | 10101100 | 110101 | 110111 |
Color Harmonies of #4EC9B9
Complementary color
Monochromatic Colors of #4EC9B9
Black with #4EC9B9
Text Example
Text Example
White with #4EC9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC9B9; }
p { color: rgb(78,201,185); }
H1.HeaderClassName
{
color: #4EC9B9;
}
.AnyTagClassName
{
color: #4EC9B9;
}
</style>
background-color css
<style>
a { background-color: #4EC9B9; }
a { background-color: rgb(78,201,185); }
div.DivClassName
{
background-color: #4EC9B9;
}
.BgClassName
{
background-color: #4EC9B9;
}
</style>
border-color css
<style>
span { border-color: #4EC9B9; }
span { border-color: rgb(78,201,185); }
td.TdClassName
{
border-color: #4EC9B9;
}
.TagClassName
{
border-color: #4EC9B9;
}
</style>