Shades of Medium Turquoise #4EC8BC
Tints of Medium Turquoise #4EC8BC
RGB
CMYK
RGB Variations
Color information
#4EC8BC (or 0x4EC8BC) is known color: Medium Turquoise. HEX triplet: 4E, C8 and BC. RGB value is (78,200,188). Sum of RGB (Red+Green+Blue) = 78+200+188=466 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.74% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC8BC is #B13743. Grayscale: #A2A2A2. Windows color (decimal): -11614020 or 12372046. OLE color: 12372046.
HSL color Cylindrical-coordinate representation of color #4EC8BC: hue angle of 174.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC8BC is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 200 | 188 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.22 |
| HSL | 174.1º | 0.53% | 0.55% | - |
| HSV(B) | 174.1º | 0.61% | 0.78% | - |
| XYZ | 32.87 | 46.56 | 54.83 | - |
| YUV | 162.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 188 | 0.61 | 0 | 0.06 | 0.22 | 174.1 | 0.53 | 0.55 |
| Hex | 4E | C8 | BC | 3D | 0 | 6 | 16 | AE | 35 | 37 |
| Octal | 116 | 310 | 274 | 75 | 0 | 6 | 26 | 256 | 65 | 67 |
| Binary | 1001110 | 11001000 | 10111100 | 111101 | 0 | 110 | 10110 | 10101110 | 110101 | 110111 |
Color Harmonies of #4EC8BC
Complementary color
Monochromatic Colors of #4EC8BC
Black with #4EC8BC
Text Example
Text Example
White with #4EC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC8BC; }
p { color: rgb(78,200,188); }
H1.HeaderClassName
{
color: #4EC8BC;
}
.AnyTagClassName
{
color: #4EC8BC;
}
</style>
background-color css
<style>
a { background-color: #4EC8BC; }
a { background-color: rgb(78,200,188); }
div.DivClassName
{
background-color: #4EC8BC;
}
.BgClassName
{
background-color: #4EC8BC;
}
</style>
border-color css
<style>
span { border-color: #4EC8BC; }
span { border-color: rgb(78,200,188); }
td.TdClassName
{
border-color: #4EC8BC;
}
.TagClassName
{
border-color: #4EC8BC;
}
</style>