Shades of Medium Turquoise #4EC3BF
Tints of Medium Turquoise #4EC3BF
RGB
CMYK
RGB Variations
Color information
#4EC3BF (or 0x4EC3BF) is known color: Medium Turquoise. HEX triplet: 4E, C3 and BF. RGB value is (78,195,191). Sum of RGB (Red+Green+Blue) = 78+195+191=464 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.81% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #4EC3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC3BF is #B13C40. Grayscale: #9F9F9F. Windows color (decimal): -11615297 or 12567374. OLE color: 12567374.
HSL color Cylindrical-coordinate representation of color #4EC3BF: hue angle of 177.95º 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 #4EC3BF is Cyan = 0.6, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 195 | 191 | - |
| CMYK | 0.6 | 0 | 0.02 | 0.24 |
| HSL | 177.95º | 0.49% | 0.54% | - |
| HSV(B) | 177.95º | 0.6% | 0.76% | - |
| XYZ | 32.06 | 44.41 | 56.17 | - |
| YUV | 159.56 | 145.74 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 195 | 191 | 0.6 | 0 | 0.02 | 0.24 | 177.95 | 0.49 | 0.54 |
| Hex | 4E | C3 | BF | 3C | 0 | 2 | 18 | B2 | 31 | 36 |
| Octal | 116 | 303 | 277 | 74 | 0 | 2 | 30 | 262 | 61 | 66 |
| Binary | 1001110 | 11000011 | 10111111 | 111100 | 0 | 10 | 11000 | 10110010 | 110001 | 110110 |
Color Harmonies of #4EC3BF
Complementary color
Monochromatic Colors of #4EC3BF
Black with #4EC3BF
Text Example
Text Example
White with #4EC3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC3BF; }
p { color: rgb(78,195,191); }
H1.HeaderClassName
{
color: #4EC3BF;
}
.AnyTagClassName
{
color: #4EC3BF;
}
</style>
background-color css
<style>
a { background-color: #4EC3BF; }
a { background-color: rgb(78,195,191); }
div.DivClassName
{
background-color: #4EC3BF;
}
.BgClassName
{
background-color: #4EC3BF;
}
</style>
border-color css
<style>
span { border-color: #4EC3BF; }
span { border-color: rgb(78,195,191); }
td.TdClassName
{
border-color: #4EC3BF;
}
.TagClassName
{
border-color: #4EC3BF;
}
</style>