Shades of Medium Turquoise #4ED7D1
Tints of Medium Turquoise #4ED7D1
RGB
CMYK
RGB Variations
Color information
#4ED7D1 (or 0x4ED7D1) is known color: Medium Turquoise. HEX triplet: 4E, D7 and D1. RGB value is (78,215,209). Sum of RGB (Red+Green+Blue) = 78+215+209=502 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.54% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #4ED7D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED7D1 is #B1282E. Grayscale: #ADADAD. Windows color (decimal): -11610159 or 13752142. OLE color: 13752142.
HSL color Cylindrical-coordinate representation of color #4ED7D1: hue angle of 177.37º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED7D1 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 215 | 209 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.16 |
| HSL | 177.37º | 0.63% | 0.57% | - |
| HSV(B) | 177.37º | 0.64% | 0.84% | - |
| XYZ | 38.95 | 54.82 | 68.85 | - |
| YUV | 173.35 | 148.11 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 215 | 209 | 0.64 | 0 | 0.03 | 0.16 | 177.37 | 0.63 | 0.57 |
| Hex | 4E | D7 | D1 | 40 | 0 | 3 | 10 | B1 | 3F | 39 |
| Octal | 116 | 327 | 321 | 100 | 0 | 3 | 20 | 261 | 77 | 71 |
| Binary | 1001110 | 11010111 | 11010001 | 1000000 | 0 | 11 | 10000 | 10110001 | 111111 | 111001 |
Color Harmonies of #4ED7D1
Complementary color
Monochromatic Colors of #4ED7D1
Black with #4ED7D1
Text Example
Text Example
White with #4ED7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED7D1; }
p { color: rgb(78,215,209); }
H1.HeaderClassName
{
color: #4ED7D1;
}
.AnyTagClassName
{
color: #4ED7D1;
}
</style>
background-color css
<style>
a { background-color: #4ED7D1; }
a { background-color: rgb(78,215,209); }
div.DivClassName
{
background-color: #4ED7D1;
}
.BgClassName
{
background-color: #4ED7D1;
}
</style>
border-color css
<style>
span { border-color: #4ED7D1; }
span { border-color: rgb(78,215,209); }
td.TdClassName
{
border-color: #4ED7D1;
}
.TagClassName
{
border-color: #4ED7D1;
}
</style>