Shades of Medium Turquoise #4EDABD
Tints of Medium Turquoise #4EDABD
RGB
CMYK
RGB Variations
Color information
#4EDABD (or 0x4EDABD) is known color: Medium Turquoise. HEX triplet: 4E, DA and BD. RGB value is (78,218,189). Sum of RGB (Red+Green+Blue) = 78+218+189=485 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.08% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDABD is #B12542. Grayscale: #ACACAC. Windows color (decimal): -11609411 or 12442190. OLE color: 12442190.
HSL color Cylindrical-coordinate representation of color #4EDABD: hue angle of 167.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDABD is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 189 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.15 |
| HSL | 167.57º | 0.65% | 0.58% | - |
| HSV(B) | 167.57º | 0.64% | 0.85% | - |
| XYZ | 37.4 | 55.44 | 56.87 | - |
| YUV | 172.83 | 137.12 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 189 | 0.64 | 0 | 0.13 | 0.15 | 167.57 | 0.65 | 0.58 |
| Hex | 4E | DA | BD | 40 | 0 | D | F | A8 | 41 | 3A |
| Octal | 116 | 332 | 275 | 100 | 0 | 15 | 17 | 250 | 101 | 72 |
| Binary | 1001110 | 11011010 | 10111101 | 1000000 | 0 | 1101 | 1111 | 10101000 | 1000001 | 111010 |
Color Harmonies of #4EDABD
Complementary color
Monochromatic Colors of #4EDABD
Black with #4EDABD
Text Example
Text Example
White with #4EDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDABD; }
p { color: rgb(78,218,189); }
H1.HeaderClassName
{
color: #4EDABD;
}
.AnyTagClassName
{
color: #4EDABD;
}
</style>
background-color css
<style>
a { background-color: #4EDABD; }
a { background-color: rgb(78,218,189); }
div.DivClassName
{
background-color: #4EDABD;
}
.BgClassName
{
background-color: #4EDABD;
}
</style>
border-color css
<style>
span { border-color: #4EDABD; }
span { border-color: rgb(78,218,189); }
td.TdClassName
{
border-color: #4EDABD;
}
.TagClassName
{
border-color: #4EDABD;
}
</style>