Shades of Medium Turquoise #4ED9BD
Tints of Medium Turquoise #4ED9BD
RGB
CMYK
RGB Variations
Color information
#4ED9BD (or 0x4ED9BD) is known color: Medium Turquoise. HEX triplet: 4E, D9 and BD. RGB value is (78,217,189). Sum of RGB (Red+Green+Blue) = 78+217+189=484 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.12% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #4ED9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED9BD is #B12642. Grayscale: #ACACAC. Windows color (decimal): -11609667 or 12441934. OLE color: 12441934.
HSL color Cylindrical-coordinate representation of color #4ED9BD: hue angle of 167.91º 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 #4ED9BD is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 217 | 189 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.15 |
| HSL | 167.91º | 0.65% | 0.58% | - |
| HSV(B) | 167.91º | 0.64% | 0.85% | - |
| XYZ | 37.14 | 54.92 | 56.79 | - |
| YUV | 172.25 | 137.45 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 217 | 189 | 0.64 | 0 | 0.13 | 0.15 | 167.91 | 0.65 | 0.58 |
| Hex | 4E | D9 | BD | 40 | 0 | D | F | A8 | 41 | 3A |
| Octal | 116 | 331 | 275 | 100 | 0 | 15 | 17 | 250 | 101 | 72 |
| Binary | 1001110 | 11011001 | 10111101 | 1000000 | 0 | 1101 | 1111 | 10101000 | 1000001 | 111010 |
Color Harmonies of #4ED9BD
Complementary color
Monochromatic Colors of #4ED9BD
Black with #4ED9BD
Text Example
Text Example
White with #4ED9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED9BD; }
p { color: rgb(78,217,189); }
H1.HeaderClassName
{
color: #4ED9BD;
}
.AnyTagClassName
{
color: #4ED9BD;
}
</style>
background-color css
<style>
a { background-color: #4ED9BD; }
a { background-color: rgb(78,217,189); }
div.DivClassName
{
background-color: #4ED9BD;
}
.BgClassName
{
background-color: #4ED9BD;
}
</style>
border-color css
<style>
span { border-color: #4ED9BD; }
span { border-color: rgb(78,217,189); }
td.TdClassName
{
border-color: #4ED9BD;
}
.TagClassName
{
border-color: #4ED9BD;
}
</style>