Shades of Medium Turquoise #4EC7BD
Tints of Medium Turquoise #4EC7BD
RGB
CMYK
RGB Variations
Color information
#4EC7BD (or 0x4EC7BD) is known color: Medium Turquoise. HEX triplet: 4E, C7 and BD. RGB value is (78,199,189). Sum of RGB (Red+Green+Blue) = 78+199+189=466 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.74% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #4EC7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC7BD is #B13842. Grayscale: #A1A1A1. Windows color (decimal): -11614275 or 12437326. OLE color: 12437326.
HSL color Cylindrical-coordinate representation of color #4EC7BD: hue angle of 175.04º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC7BD is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 199 | 189 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.22 |
| HSL | 175.04º | 0.52% | 0.54% | - |
| HSV(B) | 175.04º | 0.61% | 0.78% | - |
| XYZ | 32.75 | 46.14 | 55.32 | - |
| YUV | 161.68 | 143.41 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 199 | 189 | 0.61 | 0 | 0.05 | 0.22 | 175.04 | 0.52 | 0.54 |
| Hex | 4E | C7 | BD | 3D | 0 | 5 | 16 | AF | 34 | 36 |
| Octal | 116 | 307 | 275 | 75 | 0 | 5 | 26 | 257 | 64 | 66 |
| Binary | 1001110 | 11000111 | 10111101 | 111101 | 0 | 101 | 10110 | 10101111 | 110100 | 110110 |
Color Harmonies of #4EC7BD
Complementary color
Monochromatic Colors of #4EC7BD
Black with #4EC7BD
Text Example
Text Example
White with #4EC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC7BD; }
p { color: rgb(78,199,189); }
H1.HeaderClassName
{
color: #4EC7BD;
}
.AnyTagClassName
{
color: #4EC7BD;
}
</style>
background-color css
<style>
a { background-color: #4EC7BD; }
a { background-color: rgb(78,199,189); }
div.DivClassName
{
background-color: #4EC7BD;
}
.BgClassName
{
background-color: #4EC7BD;
}
</style>
border-color css
<style>
span { border-color: #4EC7BD; }
span { border-color: rgb(78,199,189); }
td.TdClassName
{
border-color: #4EC7BD;
}
.TagClassName
{
border-color: #4EC7BD;
}
</style>