Shades of Medium Turquoise #4EDDBD
Tints of Medium Turquoise #4EDDBD
RGB
CMYK
RGB Variations
Color information
#4EDDBD (or 0x4EDDBD) is known color: Medium Turquoise. HEX triplet: 4E, DD and BD. RGB value is (78,221,189). Sum of RGB (Red+Green+Blue) = 78+221+189=488 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.98% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDBD is #B12242. Grayscale: #AEAEAE. Windows color (decimal): -11608643 or 12442958. OLE color: 12442958.
HSL color Cylindrical-coordinate representation of color #4EDDBD: hue angle of 166.57º 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 #4EDDBD is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 189 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.13 |
| HSL | 166.57º | 0.68% | 0.59% | - |
| HSV(B) | 166.57º | 0.65% | 0.87% | - |
| XYZ | 38.18 | 57.01 | 57.14 | - |
| YUV | 174.6 | 136.12 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 189 | 0.65 | 0 | 0.14 | 0.13 | 166.57 | 0.68 | 0.59 |
| Hex | 4E | DD | BD | 41 | 0 | E | D | A7 | 44 | 3B |
| Octal | 116 | 335 | 275 | 101 | 0 | 16 | 15 | 247 | 104 | 73 |
| Binary | 1001110 | 11011101 | 10111101 | 1000001 | 0 | 1110 | 1101 | 10100111 | 1000100 | 111011 |
Color Harmonies of #4EDDBD
Complementary color
Monochromatic Colors of #4EDDBD
Black with #4EDDBD
Text Example
Text Example
White with #4EDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDDBD; }
p { color: rgb(78,221,189); }
H1.HeaderClassName
{
color: #4EDDBD;
}
.AnyTagClassName
{
color: #4EDDBD;
}
</style>
background-color css
<style>
a { background-color: #4EDDBD; }
a { background-color: rgb(78,221,189); }
div.DivClassName
{
background-color: #4EDDBD;
}
.BgClassName
{
background-color: #4EDDBD;
}
</style>
border-color css
<style>
span { border-color: #4EDDBD; }
span { border-color: rgb(78,221,189); }
td.TdClassName
{
border-color: #4EDDBD;
}
.TagClassName
{
border-color: #4EDDBD;
}
</style>