Shades of Medium Turquoise #4ED7BC
Tints of Medium Turquoise #4ED7BC
RGB
CMYK
RGB Variations
Color information
#4ED7BC (or 0x4ED7BC) is known color: Medium Turquoise. HEX triplet: 4E, D7 and BC. RGB value is (78,215,188). Sum of RGB (Red+Green+Blue) = 78+215+188=481 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.22% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #4ED7BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED7BC is #B12843. Grayscale: #AAAAAA. Windows color (decimal): -11610180 or 12375886. OLE color: 12375886.
HSL color Cylindrical-coordinate representation of color #4ED7BC: hue angle of 168.18º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED7BC is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 215 | 188 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.16 |
| HSL | 168.18º | 0.63% | 0.57% | - |
| HSV(B) | 168.18º | 0.64% | 0.84% | - |
| XYZ | 36.52 | 53.85 | 56.05 | - |
| YUV | 170.96 | 137.61 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 215 | 188 | 0.64 | 0 | 0.13 | 0.16 | 168.18 | 0.63 | 0.57 |
| Hex | 4E | D7 | BC | 40 | 0 | D | 10 | A8 | 3F | 39 |
| Octal | 116 | 327 | 274 | 100 | 0 | 15 | 20 | 250 | 77 | 71 |
| Binary | 1001110 | 11010111 | 10111100 | 1000000 | 0 | 1101 | 10000 | 10101000 | 111111 | 111001 |
Color Harmonies of #4ED7BC
Complementary color
Monochromatic Colors of #4ED7BC
Black with #4ED7BC
Text Example
Text Example
White with #4ED7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED7BC; }
p { color: rgb(78,215,188); }
H1.HeaderClassName
{
color: #4ED7BC;
}
.AnyTagClassName
{
color: #4ED7BC;
}
</style>
background-color css
<style>
a { background-color: #4ED7BC; }
a { background-color: rgb(78,215,188); }
div.DivClassName
{
background-color: #4ED7BC;
}
.BgClassName
{
background-color: #4ED7BC;
}
</style>
border-color css
<style>
span { border-color: #4ED7BC; }
span { border-color: rgb(78,215,188); }
td.TdClassName
{
border-color: #4ED7BC;
}
.TagClassName
{
border-color: #4ED7BC;
}
</style>