Shades of Medium Turquoise #4EDDB9
Tints of Medium Turquoise #4EDDB9
RGB
CMYK
RGB Variations
Color information
#4EDDB9 (or 0x4EDDB9) is known color: Medium Turquoise. HEX triplet: 4E, DD and B9. RGB value is (78,221,185). Sum of RGB (Red+Green+Blue) = 78+221+185=484 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.12% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDB9 is #B12246. Grayscale: #AEAEAE. Windows color (decimal): -11608647 or 12180814. OLE color: 12180814.
HSL color Cylindrical-coordinate representation of color #4EDDB9: hue angle of 164.9º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDDB9 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 185 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.13 |
| HSL | 164.9º | 0.68% | 0.59% | - |
| HSV(B) | 164.9º | 0.65% | 0.87% | - |
| XYZ | 37.76 | 56.84 | 54.88 | - |
| YUV | 174.14 | 134.12 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 185 | 0.65 | 0 | 0.16 | 0.13 | 164.9 | 0.68 | 0.59 |
| Hex | 4E | DD | B9 | 41 | 0 | 10 | D | A5 | 44 | 3B |
| Octal | 116 | 335 | 271 | 101 | 0 | 20 | 15 | 245 | 104 | 73 |
| Binary | 1001110 | 11011101 | 10111001 | 1000001 | 0 | 10000 | 1101 | 10100101 | 1000100 | 111011 |
Color Harmonies of #4EDDB9
Complementary color
Monochromatic Colors of #4EDDB9
Black with #4EDDB9
Text Example
Text Example
White with #4EDDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDDB9; }
p { color: rgb(78,221,185); }
H1.HeaderClassName
{
color: #4EDDB9;
}
.AnyTagClassName
{
color: #4EDDB9;
}
</style>
background-color css
<style>
a { background-color: #4EDDB9; }
a { background-color: rgb(78,221,185); }
div.DivClassName
{
background-color: #4EDDB9;
}
.BgClassName
{
background-color: #4EDDB9;
}
</style>
border-color css
<style>
span { border-color: #4EDDB9; }
span { border-color: rgb(78,221,185); }
td.TdClassName
{
border-color: #4EDDB9;
}
.TagClassName
{
border-color: #4EDDB9;
}
</style>