Shades of Medium Turquoise #4EDACA
Tints of Medium Turquoise #4EDACA
RGB
CMYK
RGB Variations
Color information
#4EDACA (or 0x4EDACA) is known color: Medium Turquoise. HEX triplet: 4E, DA and CA. RGB value is (78,218,202). Sum of RGB (Red+Green+Blue) = 78+218+202=498 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.66% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDACA is #B12535. Grayscale: #AEAEAE. Windows color (decimal): -11609398 or 13294158. OLE color: 13294158.
HSL color Cylindrical-coordinate representation of color #4EDACA: hue angle of 173.14º 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 #4EDACA is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 202 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.15 |
| HSL | 173.14º | 0.65% | 0.58% | - |
| HSV(B) | 173.14º | 0.64% | 0.85% | - |
| XYZ | 38.87 | 56.03 | 64.64 | - |
| YUV | 174.32 | 143.62 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 202 | 0.64 | 0 | 0.07 | 0.15 | 173.14 | 0.65 | 0.58 |
| Hex | 4E | DA | CA | 40 | 0 | 7 | F | AD | 41 | 3A |
| Octal | 116 | 332 | 312 | 100 | 0 | 7 | 17 | 255 | 101 | 72 |
| Binary | 1001110 | 11011010 | 11001010 | 1000000 | 0 | 111 | 1111 | 10101101 | 1000001 | 111010 |
Color Harmonies of #4EDACA
Complementary color
Monochromatic Colors of #4EDACA
Black with #4EDACA
Text Example
Text Example
White with #4EDACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDACA; }
p { color: rgb(78,218,202); }
H1.HeaderClassName
{
color: #4EDACA;
}
.AnyTagClassName
{
color: #4EDACA;
}
</style>
background-color css
<style>
a { background-color: #4EDACA; }
a { background-color: rgb(78,218,202); }
div.DivClassName
{
background-color: #4EDACA;
}
.BgClassName
{
background-color: #4EDACA;
}
</style>
border-color css
<style>
span { border-color: #4EDACA; }
span { border-color: rgb(78,218,202); }
td.TdClassName
{
border-color: #4EDACA;
}
.TagClassName
{
border-color: #4EDACA;
}
</style>