Shades of Medium Turquoise #4EC3BE
Tints of Medium Turquoise #4EC3BE
RGB
CMYK
RGB Variations
Color information
#4EC3BE (or 0x4EC3BE) is known color: Medium Turquoise. HEX triplet: 4E, C3 and BE. RGB value is (78,195,190). Sum of RGB (Red+Green+Blue) = 78+195+190=463 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.85% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #4EC3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC3BE is #B13C41. Grayscale: #9F9F9F. Windows color (decimal): -11615298 or 12501838. OLE color: 12501838.
HSL color Cylindrical-coordinate representation of color #4EC3BE: hue angle of 177.44º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC3BE is Cyan = 0.6, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 195 | 190 | - |
| CMYK | 0.6 | 0 | 0.03 | 0.24 |
| HSL | 177.44º | 0.49% | 0.54% | - |
| HSV(B) | 177.44º | 0.6% | 0.76% | - |
| XYZ | 31.95 | 44.37 | 55.6 | - |
| YUV | 159.45 | 145.24 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 195 | 190 | 0.6 | 0 | 0.03 | 0.24 | 177.44 | 0.49 | 0.54 |
| Hex | 4E | C3 | BE | 3C | 0 | 3 | 18 | B1 | 31 | 36 |
| Octal | 116 | 303 | 276 | 74 | 0 | 3 | 30 | 261 | 61 | 66 |
| Binary | 1001110 | 11000011 | 10111110 | 111100 | 0 | 11 | 11000 | 10110001 | 110001 | 110110 |
Color Harmonies of #4EC3BE
Complementary color
Monochromatic Colors of #4EC3BE
Black with #4EC3BE
Text Example
Text Example
White with #4EC3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC3BE; }
p { color: rgb(78,195,190); }
H1.HeaderClassName
{
color: #4EC3BE;
}
.AnyTagClassName
{
color: #4EC3BE;
}
</style>
background-color css
<style>
a { background-color: #4EC3BE; }
a { background-color: rgb(78,195,190); }
div.DivClassName
{
background-color: #4EC3BE;
}
.BgClassName
{
background-color: #4EC3BE;
}
</style>
border-color css
<style>
span { border-color: #4EC3BE; }
span { border-color: rgb(78,195,190); }
td.TdClassName
{
border-color: #4EC3BE;
}
.TagClassName
{
border-color: #4EC3BE;
}
</style>