Shades of Medium Turquoise #4EC7BB
Tints of Medium Turquoise #4EC7BB
RGB
CMYK
RGB Variations
Color information
#4EC7BB (or 0x4EC7BB) is known color: Medium Turquoise. HEX triplet: 4E, C7 and BB. RGB value is (78,199,187). Sum of RGB (Red+Green+Blue) = 78+199+187=464 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.81% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #4EC7BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC7BB is #B13844. Grayscale: #A1A1A1. Windows color (decimal): -11614277 or 12306254. OLE color: 12306254.
HSL color Cylindrical-coordinate representation of color #4EC7BB: hue angle of 174.05º 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 #4EC7BB is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 199 | 187 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.22 |
| HSL | 174.05º | 0.52% | 0.54% | - |
| HSV(B) | 174.05º | 0.61% | 0.78% | - |
| XYZ | 32.53 | 46.05 | 54.19 | - |
| YUV | 161.45 | 142.41 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 199 | 187 | 0.61 | 0 | 0.06 | 0.22 | 174.05 | 0.52 | 0.54 |
| Hex | 4E | C7 | BB | 3D | 0 | 6 | 16 | AE | 34 | 36 |
| Octal | 116 | 307 | 273 | 75 | 0 | 6 | 26 | 256 | 64 | 66 |
| Binary | 1001110 | 11000111 | 10111011 | 111101 | 0 | 110 | 10110 | 10101110 | 110100 | 110110 |
Color Harmonies of #4EC7BB
Complementary color
Monochromatic Colors of #4EC7BB
Black with #4EC7BB
Text Example
Text Example
White with #4EC7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC7BB; }
p { color: rgb(78,199,187); }
H1.HeaderClassName
{
color: #4EC7BB;
}
.AnyTagClassName
{
color: #4EC7BB;
}
</style>
background-color css
<style>
a { background-color: #4EC7BB; }
a { background-color: rgb(78,199,187); }
div.DivClassName
{
background-color: #4EC7BB;
}
.BgClassName
{
background-color: #4EC7BB;
}
</style>
border-color css
<style>
span { border-color: #4EC7BB; }
span { border-color: rgb(78,199,187); }
td.TdClassName
{
border-color: #4EC7BB;
}
.TagClassName
{
border-color: #4EC7BB;
}
</style>