Shades of Medium Turquoise #4ED5BE
Tints of Medium Turquoise #4ED5BE
RGB
CMYK
RGB Variations
Color information
#4ED5BE (or 0x4ED5BE) is known color: Medium Turquoise. HEX triplet: 4E, D5 and BE. RGB value is (78,213,190). Sum of RGB (Red+Green+Blue) = 78+213+190=481 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.22% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED5BE is #B12A41. Grayscale: #A9A9A9. Windows color (decimal): -11610690 or 12506446. OLE color: 12506446.
HSL color Cylindrical-coordinate representation of color #4ED5BE: hue angle of 169.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ED5BE is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 213 | 190 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.16 |
| HSL | 169.78º | 0.62% | 0.57% | - |
| HSV(B) | 169.78º | 0.63% | 0.84% | - |
| XYZ | 36.23 | 52.93 | 57.02 | - |
| YUV | 170.01 | 139.27 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 213 | 190 | 0.63 | 0 | 0.11 | 0.16 | 169.78 | 0.62 | 0.57 |
| Hex | 4E | D5 | BE | 3F | 0 | B | 10 | AA | 3E | 39 |
| Octal | 116 | 325 | 276 | 77 | 0 | 13 | 20 | 252 | 76 | 71 |
| Binary | 1001110 | 11010101 | 10111110 | 111111 | 0 | 1011 | 10000 | 10101010 | 111110 | 111001 |
Color Harmonies of #4ED5BE
Complementary color
Monochromatic Colors of #4ED5BE
Black with #4ED5BE
Text Example
Text Example
White with #4ED5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED5BE; }
p { color: rgb(78,213,190); }
H1.HeaderClassName
{
color: #4ED5BE;
}
.AnyTagClassName
{
color: #4ED5BE;
}
</style>
background-color css
<style>
a { background-color: #4ED5BE; }
a { background-color: rgb(78,213,190); }
div.DivClassName
{
background-color: #4ED5BE;
}
.BgClassName
{
background-color: #4ED5BE;
}
</style>
border-color css
<style>
span { border-color: #4ED5BE; }
span { border-color: rgb(78,213,190); }
td.TdClassName
{
border-color: #4ED5BE;
}
.TagClassName
{
border-color: #4ED5BE;
}
</style>