Shades of Medium Turquoise #4EDBBF
Tints of Medium Turquoise #4EDBBF
RGB
CMYK
RGB Variations
Color information
#4EDBBF (or 0x4EDBBF) is known color: Medium Turquoise. HEX triplet: 4E, DB and BF. RGB value is (78,219,191). Sum of RGB (Red+Green+Blue) = 78+219+191=488 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.98% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDBBF is #B12440. Grayscale: #ADADAD. Windows color (decimal): -11609153 or 12573518. OLE color: 12573518.
HSL color Cylindrical-coordinate representation of color #4EDBBF: hue angle of 168.09º 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 #4EDBBF is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 191 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.14 |
| HSL | 168.09º | 0.66% | 0.58% | - |
| HSV(B) | 168.09º | 0.64% | 0.86% | - |
| XYZ | 37.88 | 56.04 | 58.11 | - |
| YUV | 173.65 | 137.79 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 191 | 0.64 | 0 | 0.13 | 0.14 | 168.09 | 0.66 | 0.58 |
| Hex | 4E | DB | BF | 40 | 0 | D | E | A8 | 42 | 3A |
| Octal | 116 | 333 | 277 | 100 | 0 | 15 | 16 | 250 | 102 | 72 |
| Binary | 1001110 | 11011011 | 10111111 | 1000000 | 0 | 1101 | 1110 | 10101000 | 1000010 | 111010 |
Color Harmonies of #4EDBBF
Complementary color
Monochromatic Colors of #4EDBBF
Black with #4EDBBF
Text Example
Text Example
White with #4EDBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBBF; }
p { color: rgb(78,219,191); }
H1.HeaderClassName
{
color: #4EDBBF;
}
.AnyTagClassName
{
color: #4EDBBF;
}
</style>
background-color css
<style>
a { background-color: #4EDBBF; }
a { background-color: rgb(78,219,191); }
div.DivClassName
{
background-color: #4EDBBF;
}
.BgClassName
{
background-color: #4EDBBF;
}
</style>
border-color css
<style>
span { border-color: #4EDBBF; }
span { border-color: rgb(78,219,191); }
td.TdClassName
{
border-color: #4EDBBF;
}
.TagClassName
{
border-color: #4EDBBF;
}
</style>