Shades of Medium Turquoise #4EDAC5
Tints of Medium Turquoise #4EDAC5
RGB
CMYK
RGB Variations
Color information
#4EDAC5 (or 0x4EDAC5) is known color: Medium Turquoise. HEX triplet: 4E, DA and C5. RGB value is (78,218,197). Sum of RGB (Red+Green+Blue) = 78+218+197=493 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.82% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDAC5 is #B1253A. Grayscale: #ADADAD. Windows color (decimal): -11609403 or 12966478. OLE color: 12966478.
HSL color Cylindrical-coordinate representation of color #4EDAC5: hue angle of 171º 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 #4EDAC5 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 197 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.15 |
| HSL | 171º | 0.65% | 0.58% | - |
| HSV(B) | 171º | 0.64% | 0.85% | - |
| XYZ | 38.29 | 55.79 | 61.57 | - |
| YUV | 173.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 197 | 0.64 | 0 | 0.10 | 0.15 | 171 | 0.65 | 0.58 |
| Hex | 4E | DA | C5 | 40 | 0 | A | F | AB | 41 | 3A |
| Octal | 116 | 332 | 305 | 100 | 0 | 12 | 17 | 253 | 101 | 72 |
| Binary | 1001110 | 11011010 | 11000101 | 1000000 | 0 | 1010 | 1111 | 10101011 | 1000001 | 111010 |
Color Harmonies of #4EDAC5
Complementary color
Monochromatic Colors of #4EDAC5
Black with #4EDAC5
Text Example
Text Example
White with #4EDAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDAC5; }
p { color: rgb(78,218,197); }
H1.HeaderClassName
{
color: #4EDAC5;
}
.AnyTagClassName
{
color: #4EDAC5;
}
</style>
background-color css
<style>
a { background-color: #4EDAC5; }
a { background-color: rgb(78,218,197); }
div.DivClassName
{
background-color: #4EDAC5;
}
.BgClassName
{
background-color: #4EDAC5;
}
</style>
border-color css
<style>
span { border-color: #4EDAC5; }
span { border-color: rgb(78,218,197); }
td.TdClassName
{
border-color: #4EDAC5;
}
.TagClassName
{
border-color: #4EDAC5;
}
</style>