Shades of Medium Turquoise #4EDBBC
Tints of Medium Turquoise #4EDBBC
RGB
CMYK
RGB Variations
Color information
#4EDBBC (or 0x4EDBBC) is known color: Medium Turquoise. HEX triplet: 4E, DB and BC. RGB value is (78,219,188). Sum of RGB (Red+Green+Blue) = 78+219+188=485 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.08% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDBBC is #B12443. Grayscale: #ADADAD. Windows color (decimal): -11609156 or 12376910. OLE color: 12376910.
HSL color Cylindrical-coordinate representation of color #4EDBBC: hue angle of 166.81º 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 #4EDBBC is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 188 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.14 |
| HSL | 166.81º | 0.66% | 0.58% | - |
| HSV(B) | 166.81º | 0.64% | 0.86% | - |
| XYZ | 37.55 | 55.91 | 56.39 | - |
| YUV | 173.31 | 136.29 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 188 | 0.64 | 0 | 0.14 | 0.14 | 166.81 | 0.66 | 0.58 |
| Hex | 4E | DB | BC | 40 | 0 | E | E | A7 | 42 | 3A |
| Octal | 116 | 333 | 274 | 100 | 0 | 16 | 16 | 247 | 102 | 72 |
| Binary | 1001110 | 11011011 | 10111100 | 1000000 | 0 | 1110 | 1110 | 10100111 | 1000010 | 111010 |
Color Harmonies of #4EDBBC
Complementary color
Monochromatic Colors of #4EDBBC
Black with #4EDBBC
Text Example
Text Example
White with #4EDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBBC; }
p { color: rgb(78,219,188); }
H1.HeaderClassName
{
color: #4EDBBC;
}
.AnyTagClassName
{
color: #4EDBBC;
}
</style>
background-color css
<style>
a { background-color: #4EDBBC; }
a { background-color: rgb(78,219,188); }
div.DivClassName
{
background-color: #4EDBBC;
}
.BgClassName
{
background-color: #4EDBBC;
}
</style>
border-color css
<style>
span { border-color: #4EDBBC; }
span { border-color: rgb(78,219,188); }
td.TdClassName
{
border-color: #4EDBBC;
}
.TagClassName
{
border-color: #4EDBBC;
}
</style>