Shades of Medium Turquoise #4ED7DC
Tints of Medium Turquoise #4ED7DC
RGB
CMYK
RGB Variations
Color information
#4ED7DC (or 0x4ED7DC) is known color: Medium Turquoise. HEX triplet: 4E, D7 and DC. RGB value is (78,215,220). Sum of RGB (Red+Green+Blue) = 78+215+220=513 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.20% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #4ED7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED7DC is #B12823. Grayscale: #AEAEAE. Windows color (decimal): -11610148 or 14473038. OLE color: 14473038.
HSL color Cylindrical-coordinate representation of color #4ED7DC: hue angle of 182.11º 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 #4ED7DC is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 215 | 220 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.14 |
| HSL | 182.11º | 0.67% | 0.58% | - |
| HSV(B) | 182.11º | 0.65% | 0.86% | - |
| XYZ | 40.36 | 55.39 | 76.27 | - |
| YUV | 174.61 | 153.61 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 215 | 220 | 0.65 | 0.02 | 0 | 0.14 | 182.11 | 0.67 | 0.58 |
| Hex | 4E | D7 | DC | 41 | 2 | 0 | E | B6 | 43 | 3A |
| Octal | 116 | 327 | 334 | 101 | 2 | 0 | 16 | 266 | 103 | 72 |
| Binary | 1001110 | 11010111 | 11011100 | 1000001 | 10 | 0 | 1110 | 10110110 | 1000011 | 111010 |
Color Harmonies of #4ED7DC
Complementary color
Monochromatic Colors of #4ED7DC
Black with #4ED7DC
Text Example
Text Example
White with #4ED7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED7DC; }
p { color: rgb(78,215,220); }
H1.HeaderClassName
{
color: #4ED7DC;
}
.AnyTagClassName
{
color: #4ED7DC;
}
</style>
background-color css
<style>
a { background-color: #4ED7DC; }
a { background-color: rgb(78,215,220); }
div.DivClassName
{
background-color: #4ED7DC;
}
.BgClassName
{
background-color: #4ED7DC;
}
</style>
border-color css
<style>
span { border-color: #4ED7DC; }
span { border-color: rgb(78,215,220); }
td.TdClassName
{
border-color: #4ED7DC;
}
.TagClassName
{
border-color: #4ED7DC;
}
</style>