Shades of Medium Turquoise #4EDBD2
Tints of Medium Turquoise #4EDBD2
RGB
CMYK
RGB Variations
Color information
#4EDBD2 (or 0x4EDBD2) is known color: Medium Turquoise. HEX triplet: 4E, DB and D2. RGB value is (78,219,210). Sum of RGB (Red+Green+Blue) = 78+219+210=507 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.38% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDBD2 is #B1242D. Grayscale: #AFAFAF. Windows color (decimal): -11609134 or 13818702. OLE color: 13818702.
HSL color Cylindrical-coordinate representation of color #4EDBD2: hue angle of 176.17º 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 #4EDBD2 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 210 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.14 |
| HSL | 176.17º | 0.66% | 0.58% | - |
| HSV(B) | 176.17º | 0.64% | 0.86% | - |
| XYZ | 40.11 | 56.94 | 69.85 | - |
| YUV | 175.82 | 147.29 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 210 | 0.64 | 0 | 0.04 | 0.14 | 176.17 | 0.66 | 0.58 |
| Hex | 4E | DB | D2 | 40 | 0 | 4 | E | B0 | 42 | 3A |
| Octal | 116 | 333 | 322 | 100 | 0 | 4 | 16 | 260 | 102 | 72 |
| Binary | 1001110 | 11011011 | 11010010 | 1000000 | 0 | 100 | 1110 | 10110000 | 1000010 | 111010 |
Color Harmonies of #4EDBD2
Complementary color
Monochromatic Colors of #4EDBD2
Black with #4EDBD2
Text Example
Text Example
White with #4EDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBD2; }
p { color: rgb(78,219,210); }
H1.HeaderClassName
{
color: #4EDBD2;
}
.AnyTagClassName
{
color: #4EDBD2;
}
</style>
background-color css
<style>
a { background-color: #4EDBD2; }
a { background-color: rgb(78,219,210); }
div.DivClassName
{
background-color: #4EDBD2;
}
.BgClassName
{
background-color: #4EDBD2;
}
</style>
border-color css
<style>
span { border-color: #4EDBD2; }
span { border-color: rgb(78,219,210); }
td.TdClassName
{
border-color: #4EDBD2;
}
.TagClassName
{
border-color: #4EDBD2;
}
</style>