Shades of Medium Turquoise #4EDAD0
Tints of Medium Turquoise #4EDAD0
RGB
CMYK
RGB Variations
Color information
#4EDAD0 (or 0x4EDAD0) is known color: Medium Turquoise. HEX triplet: 4E, DA and D0. RGB value is (78,218,208). Sum of RGB (Red+Green+Blue) = 78+218+208=504 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.48% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDAD0 is #B1252F. Grayscale: #AEAEAE. Windows color (decimal): -11609392 or 13687374. OLE color: 13687374.
HSL color Cylindrical-coordinate representation of color #4EDAD0: hue angle of 175.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDAD0 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 208 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.15 |
| HSL | 175.71º | 0.65% | 0.58% | - |
| HSV(B) | 175.71º | 0.64% | 0.85% | - |
| XYZ | 39.6 | 56.32 | 68.46 | - |
| YUV | 175 | 146.62 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 208 | 0.64 | 0 | 0.05 | 0.15 | 175.71 | 0.65 | 0.58 |
| Hex | 4E | DA | D0 | 40 | 0 | 5 | F | B0 | 41 | 3A |
| Octal | 116 | 332 | 320 | 100 | 0 | 5 | 17 | 260 | 101 | 72 |
| Binary | 1001110 | 11011010 | 11010000 | 1000000 | 0 | 101 | 1111 | 10110000 | 1000001 | 111010 |
Color Harmonies of #4EDAD0
Complementary color
Monochromatic Colors of #4EDAD0
Black with #4EDAD0
Text Example
Text Example
White with #4EDAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDAD0; }
p { color: rgb(78,218,208); }
H1.HeaderClassName
{
color: #4EDAD0;
}
.AnyTagClassName
{
color: #4EDAD0;
}
</style>
background-color css
<style>
a { background-color: #4EDAD0; }
a { background-color: rgb(78,218,208); }
div.DivClassName
{
background-color: #4EDAD0;
}
.BgClassName
{
background-color: #4EDAD0;
}
</style>
border-color css
<style>
span { border-color: #4EDAD0; }
span { border-color: rgb(78,218,208); }
td.TdClassName
{
border-color: #4EDAD0;
}
.TagClassName
{
border-color: #4EDAD0;
}
</style>