Shades of Medium Turquoise #4EC9BA
Tints of Medium Turquoise #4EC9BA
RGB
CMYK
RGB Variations
Color information
#4EC9BA (or 0x4EC9BA) is known color: Medium Turquoise. HEX triplet: 4E, C9 and BA. RGB value is (78,201,186). Sum of RGB (Red+Green+Blue) = 78+201+186=465 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.77% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC9BA is #B13645. Grayscale: #A2A2A2. Windows color (decimal): -11613766 or 12241230. OLE color: 12241230.
HSL color Cylindrical-coordinate representation of color #4EC9BA: hue angle of 172.68º 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 #4EC9BA is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 201 | 186 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.21 |
| HSL | 172.68º | 0.53% | 0.55% | - |
| HSV(B) | 172.68º | 0.61% | 0.79% | - |
| XYZ | 32.89 | 46.94 | 53.78 | - |
| YUV | 162.51 | 141.25 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 201 | 186 | 0.61 | 0 | 0.07 | 0.21 | 172.68 | 0.53 | 0.55 |
| Hex | 4E | C9 | BA | 3D | 0 | 7 | 15 | AD | 35 | 37 |
| Octal | 116 | 311 | 272 | 75 | 0 | 7 | 25 | 255 | 65 | 67 |
| Binary | 1001110 | 11001001 | 10111010 | 111101 | 0 | 111 | 10101 | 10101101 | 110101 | 110111 |
Color Harmonies of #4EC9BA
Complementary color
Monochromatic Colors of #4EC9BA
Black with #4EC9BA
Text Example
Text Example
White with #4EC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC9BA; }
p { color: rgb(78,201,186); }
H1.HeaderClassName
{
color: #4EC9BA;
}
.AnyTagClassName
{
color: #4EC9BA;
}
</style>
background-color css
<style>
a { background-color: #4EC9BA; }
a { background-color: rgb(78,201,186); }
div.DivClassName
{
background-color: #4EC9BA;
}
.BgClassName
{
background-color: #4EC9BA;
}
</style>
border-color css
<style>
span { border-color: #4EC9BA; }
span { border-color: rgb(78,201,186); }
td.TdClassName
{
border-color: #4EC9BA;
}
.TagClassName
{
border-color: #4EC9BA;
}
</style>