Shades of Medium Turquoise #4EC3BB
Tints of Medium Turquoise #4EC3BB
RGB
CMYK
RGB Variations
Color information
#4EC3BB (or 0x4EC3BB) is known color: Medium Turquoise. HEX triplet: 4E, C3 and BB. RGB value is (78,195,187). Sum of RGB (Red+Green+Blue) = 78+195+187=460 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.96% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #4EC3BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC3BB is #B13C44. Grayscale: #9F9F9F. Windows color (decimal): -11615301 or 12305230. OLE color: 12305230.
HSL color Cylindrical-coordinate representation of color #4EC3BB: hue angle of 175.9º 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 #4EC3BB is Cyan = 0.6, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 195 | 187 | - |
| CMYK | 0.6 | 0 | 0.04 | 0.24 |
| HSL | 175.9º | 0.49% | 0.54% | - |
| HSV(B) | 175.9º | 0.6% | 0.76% | - |
| XYZ | 31.63 | 44.24 | 53.89 | - |
| YUV | 159.11 | 143.74 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 195 | 187 | 0.6 | 0 | 0.04 | 0.24 | 175.9 | 0.49 | 0.54 |
| Hex | 4E | C3 | BB | 3C | 0 | 4 | 18 | B0 | 31 | 36 |
| Octal | 116 | 303 | 273 | 74 | 0 | 4 | 30 | 260 | 61 | 66 |
| Binary | 1001110 | 11000011 | 10111011 | 111100 | 0 | 100 | 11000 | 10110000 | 110001 | 110110 |
Color Harmonies of #4EC3BB
Complementary color
Monochromatic Colors of #4EC3BB
Black with #4EC3BB
Text Example
Text Example
White with #4EC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC3BB; }
p { color: rgb(78,195,187); }
H1.HeaderClassName
{
color: #4EC3BB;
}
.AnyTagClassName
{
color: #4EC3BB;
}
</style>
background-color css
<style>
a { background-color: #4EC3BB; }
a { background-color: rgb(78,195,187); }
div.DivClassName
{
background-color: #4EC3BB;
}
.BgClassName
{
background-color: #4EC3BB;
}
</style>
border-color css
<style>
span { border-color: #4EC3BB; }
span { border-color: rgb(78,195,187); }
td.TdClassName
{
border-color: #4EC3BB;
}
.TagClassName
{
border-color: #4EC3BB;
}
</style>