Shades of Medium Turquoise #4EDBBA
Tints of Medium Turquoise #4EDBBA
RGB
CMYK
RGB Variations
Color information
#4EDBBA (or 0x4EDBBA) is known color: Medium Turquoise. HEX triplet: 4E, DB and BA. RGB value is (78,219,186). Sum of RGB (Red+Green+Blue) = 78+219+186=483 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.15% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDBBA is #B12445. Grayscale: #ADADAD. Windows color (decimal): -11609158 or 12245838. OLE color: 12245838.
HSL color Cylindrical-coordinate representation of color #4EDBBA: hue angle of 165.96º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDBBA is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 186 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.14 |
| HSL | 165.96º | 0.66% | 0.58% | - |
| HSV(B) | 165.96º | 0.64% | 0.86% | - |
| XYZ | 37.34 | 55.83 | 55.26 | - |
| YUV | 173.08 | 135.29 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 186 | 0.64 | 0 | 0.15 | 0.14 | 165.96 | 0.66 | 0.58 |
| Hex | 4E | DB | BA | 40 | 0 | F | E | A6 | 42 | 3A |
| Octal | 116 | 333 | 272 | 100 | 0 | 17 | 16 | 246 | 102 | 72 |
| Binary | 1001110 | 11011011 | 10111010 | 1000000 | 0 | 1111 | 1110 | 10100110 | 1000010 | 111010 |
Color Harmonies of #4EDBBA
Complementary color
Monochromatic Colors of #4EDBBA
Black with #4EDBBA
Text Example
Text Example
White with #4EDBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBBA; }
p { color: rgb(78,219,186); }
H1.HeaderClassName
{
color: #4EDBBA;
}
.AnyTagClassName
{
color: #4EDBBA;
}
</style>
background-color css
<style>
a { background-color: #4EDBBA; }
a { background-color: rgb(78,219,186); }
div.DivClassName
{
background-color: #4EDBBA;
}
.BgClassName
{
background-color: #4EDBBA;
}
</style>
border-color css
<style>
span { border-color: #4EDBBA; }
span { border-color: rgb(78,219,186); }
td.TdClassName
{
border-color: #4EDBBA;
}
.TagClassName
{
border-color: #4EDBBA;
}
</style>