Shades of Medium Turquoise #4EDCD7
Tints of Medium Turquoise #4EDCD7
RGB
CMYK
RGB Variations
Color information
#4EDCD7 (or 0x4EDCD7) is known color: Medium Turquoise. HEX triplet: 4E, DC and D7. RGB value is (78,220,215). Sum of RGB (Red+Green+Blue) = 78+220+215=513 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.20% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDCD7 is #B12328. Grayscale: #B0B0B0. Windows color (decimal): -11608873 or 14146638. OLE color: 14146638.
HSL color Cylindrical-coordinate representation of color #4EDCD7: hue angle of 177.89º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDCD7 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 220 | 215 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.14 |
| HSL | 177.89º | 0.67% | 0.58% | - |
| HSV(B) | 177.89º | 0.65% | 0.86% | - |
| XYZ | 41 | 57.71 | 73.27 | - |
| YUV | 176.97 | 149.46 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 215 | 0.65 | 0 | 0.02 | 0.14 | 177.89 | 0.67 | 0.58 |
| Hex | 4E | DC | D7 | 41 | 0 | 2 | E | B2 | 43 | 3A |
| Octal | 116 | 334 | 327 | 101 | 0 | 2 | 16 | 262 | 103 | 72 |
| Binary | 1001110 | 11011100 | 11010111 | 1000001 | 0 | 10 | 1110 | 10110010 | 1000011 | 111010 |
Color Harmonies of #4EDCD7
Complementary color
Monochromatic Colors of #4EDCD7
Black with #4EDCD7
Text Example
Text Example
White with #4EDCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDCD7; }
p { color: rgb(78,220,215); }
H1.HeaderClassName
{
color: #4EDCD7;
}
.AnyTagClassName
{
color: #4EDCD7;
}
</style>
background-color css
<style>
a { background-color: #4EDCD7; }
a { background-color: rgb(78,220,215); }
div.DivClassName
{
background-color: #4EDCD7;
}
.BgClassName
{
background-color: #4EDCD7;
}
</style>
border-color css
<style>
span { border-color: #4EDCD7; }
span { border-color: rgb(78,220,215); }
td.TdClassName
{
border-color: #4EDCD7;
}
.TagClassName
{
border-color: #4EDCD7;
}
</style>