Shades of Medium Turquoise #4EC9BC
Tints of Medium Turquoise #4EC9BC
RGB
CMYK
RGB Variations
Color information
#4EC9BC (or 0x4EC9BC) is known color: Medium Turquoise. HEX triplet: 4E, C9 and BC. RGB value is (78,201,188). Sum of RGB (Red+Green+Blue) = 78+201+188=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC9BC is #B13643. Grayscale: #A2A2A2. Windows color (decimal): -11613764 or 12372302. OLE color: 12372302.
HSL color Cylindrical-coordinate representation of color #4EC9BC: hue angle of 173.66º 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 #4EC9BC is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 201 | 188 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.21 |
| HSL | 173.66º | 0.53% | 0.55% | - |
| HSV(B) | 173.66º | 0.61% | 0.79% | - |
| XYZ | 33.11 | 47.02 | 54.91 | - |
| YUV | 162.74 | 142.25 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 201 | 188 | 0.61 | 0 | 0.06 | 0.21 | 173.66 | 0.53 | 0.55 |
| Hex | 4E | C9 | BC | 3D | 0 | 6 | 15 | AE | 35 | 37 |
| Octal | 116 | 311 | 274 | 75 | 0 | 6 | 25 | 256 | 65 | 67 |
| Binary | 1001110 | 11001001 | 10111100 | 111101 | 0 | 110 | 10101 | 10101110 | 110101 | 110111 |
Color Harmonies of #4EC9BC
Complementary color
Monochromatic Colors of #4EC9BC
Black with #4EC9BC
Text Example
Text Example
White with #4EC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC9BC; }
p { color: rgb(78,201,188); }
H1.HeaderClassName
{
color: #4EC9BC;
}
.AnyTagClassName
{
color: #4EC9BC;
}
</style>
background-color css
<style>
a { background-color: #4EC9BC; }
a { background-color: rgb(78,201,188); }
div.DivClassName
{
background-color: #4EC9BC;
}
.BgClassName
{
background-color: #4EC9BC;
}
</style>
border-color css
<style>
span { border-color: #4EC9BC; }
span { border-color: rgb(78,201,188); }
td.TdClassName
{
border-color: #4EC9BC;
}
.TagClassName
{
border-color: #4EC9BC;
}
</style>