Shades of Medium Turquoise #4EDABA
Tints of Medium Turquoise #4EDABA
RGB
CMYK
RGB Variations
Color information
#4EDABA (or 0x4EDABA) is known color: Medium Turquoise. HEX triplet: 4E, DA and BA. RGB value is (78,218,186). Sum of RGB (Red+Green+Blue) = 78+218+186=482 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.18% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDABA is #B12545. Grayscale: #ACACAC. Windows color (decimal): -11609414 or 12245582. OLE color: 12245582.
HSL color Cylindrical-coordinate representation of color #4EDABA: hue angle of 166.29º 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 #4EDABA is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 186 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.15 |
| HSL | 166.29º | 0.65% | 0.58% | - |
| HSV(B) | 166.29º | 0.64% | 0.85% | - |
| XYZ | 37.08 | 55.31 | 55.18 | - |
| YUV | 172.49 | 135.62 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 186 | 0.64 | 0 | 0.15 | 0.15 | 166.29 | 0.65 | 0.58 |
| Hex | 4E | DA | BA | 40 | 0 | F | F | A6 | 41 | 3A |
| Octal | 116 | 332 | 272 | 100 | 0 | 17 | 17 | 246 | 101 | 72 |
| Binary | 1001110 | 11011010 | 10111010 | 1000000 | 0 | 1111 | 1111 | 10100110 | 1000001 | 111010 |
Color Harmonies of #4EDABA
Complementary color
Monochromatic Colors of #4EDABA
Black with #4EDABA
Text Example
Text Example
White with #4EDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDABA; }
p { color: rgb(78,218,186); }
H1.HeaderClassName
{
color: #4EDABA;
}
.AnyTagClassName
{
color: #4EDABA;
}
</style>
background-color css
<style>
a { background-color: #4EDABA; }
a { background-color: rgb(78,218,186); }
div.DivClassName
{
background-color: #4EDABA;
}
.BgClassName
{
background-color: #4EDABA;
}
</style>
border-color css
<style>
span { border-color: #4EDABA; }
span { border-color: rgb(78,218,186); }
td.TdClassName
{
border-color: #4EDABA;
}
.TagClassName
{
border-color: #4EDABA;
}
</style>