Shades of Medium Turquoise #4EDACC
Tints of Medium Turquoise #4EDACC
RGB
CMYK
RGB Variations
Color information
#4EDACC (or 0x4EDACC) is known color: Medium Turquoise. HEX triplet: 4E, DA and CC. RGB value is (78,218,204). Sum of RGB (Red+Green+Blue) = 78+218+204=500 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.6% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDACC is #B12533. Grayscale: #AEAEAE. Windows color (decimal): -11609396 or 13425230. OLE color: 13425230.
HSL color Cylindrical-coordinate representation of color #4EDACC: hue angle of 174º 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 #4EDACC is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 204 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.15 |
| HSL | 174º | 0.65% | 0.58% | - |
| HSV(B) | 174º | 0.64% | 0.85% | - |
| XYZ | 39.11 | 56.12 | 65.9 | - |
| YUV | 174.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 204 | 0.64 | 0 | 0.06 | 0.15 | 174 | 0.65 | 0.58 |
| Hex | 4E | DA | CC | 40 | 0 | 6 | F | AE | 41 | 3A |
| Octal | 116 | 332 | 314 | 100 | 0 | 6 | 17 | 256 | 101 | 72 |
| Binary | 1001110 | 11011010 | 11001100 | 1000000 | 0 | 110 | 1111 | 10101110 | 1000001 | 111010 |
Color Harmonies of #4EDACC
Complementary color
Monochromatic Colors of #4EDACC
Black with #4EDACC
Text Example
Text Example
White with #4EDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDACC; }
p { color: rgb(78,218,204); }
H1.HeaderClassName
{
color: #4EDACC;
}
.AnyTagClassName
{
color: #4EDACC;
}
</style>
background-color css
<style>
a { background-color: #4EDACC; }
a { background-color: rgb(78,218,204); }
div.DivClassName
{
background-color: #4EDACC;
}
.BgClassName
{
background-color: #4EDACC;
}
</style>
border-color css
<style>
span { border-color: #4EDACC; }
span { border-color: rgb(78,218,204); }
td.TdClassName
{
border-color: #4EDACC;
}
.TagClassName
{
border-color: #4EDACC;
}
</style>