Shades of Medium Turquoise #4ED3B7
Tints of Medium Turquoise #4ED3B7
RGB
CMYK
RGB Variations
Color information
#4ED3B7 (or 0x4ED3B7) is known color: Medium Turquoise. HEX triplet: 4E, D3 and B7. RGB value is (78,211,183). Sum of RGB (Red+Green+Blue) = 78+211+183=472 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.53% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #4ED3B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED3B7 is #B12C48. Grayscale: #A8A8A8. Windows color (decimal): -11611209 or 12047182. OLE color: 12047182.
HSL color Cylindrical-coordinate representation of color #4ED3B7: hue angle of 167.37º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ED3B7 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 211 | 183 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.17 |
| HSL | 167.37º | 0.6% | 0.57% | - |
| HSV(B) | 167.37º | 0.63% | 0.83% | - |
| XYZ | 34.98 | 51.63 | 52.92 | - |
| YUV | 168.04 | 136.44 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 211 | 183 | 0.63 | 0 | 0.13 | 0.17 | 167.37 | 0.6 | 0.57 |
| Hex | 4E | D3 | B7 | 3F | 0 | D | 11 | A7 | 3C | 39 |
| Octal | 116 | 323 | 267 | 77 | 0 | 15 | 21 | 247 | 74 | 71 |
| Binary | 1001110 | 11010011 | 10110111 | 111111 | 0 | 1101 | 10001 | 10100111 | 111100 | 111001 |
Color Harmonies of #4ED3B7
Complementary color
Monochromatic Colors of #4ED3B7
Black with #4ED3B7
Text Example
Text Example
White with #4ED3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED3B7; }
p { color: rgb(78,211,183); }
H1.HeaderClassName
{
color: #4ED3B7;
}
.AnyTagClassName
{
color: #4ED3B7;
}
</style>
background-color css
<style>
a { background-color: #4ED3B7; }
a { background-color: rgb(78,211,183); }
div.DivClassName
{
background-color: #4ED3B7;
}
.BgClassName
{
background-color: #4ED3B7;
}
</style>
border-color css
<style>
span { border-color: #4ED3B7; }
span { border-color: rgb(78,211,183); }
td.TdClassName
{
border-color: #4ED3B7;
}
.TagClassName
{
border-color: #4ED3B7;
}
</style>