Shades of Medium Turquoise #4EC8C6
Tints of Medium Turquoise #4EC8C6
RGB
CMYK
RGB Variations
Color information
#4EC8C6 (or 0x4EC8C6) is known color: Medium Turquoise. HEX triplet: 4E, C8 and C6. RGB value is (78,200,198). Sum of RGB (Red+Green+Blue) = 78+200+198=476 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.39% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC8C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC8C6 is #B13739. Grayscale: #A3A3A3. Windows color (decimal): -11614010 or 13027406. OLE color: 13027406.
HSL color Cylindrical-coordinate representation of color #4EC8C6: hue angle of 179.02º 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 #4EC8C6 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 200 | 198 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.22 |
| HSL | 179.02º | 0.53% | 0.55% | - |
| HSV(B) | 179.02º | 0.61% | 0.78% | - |
| XYZ | 33.99 | 47.01 | 60.71 | - |
| YUV | 163.29 | 147.58 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 198 | 0.61 | 0 | 0.01 | 0.22 | 179.02 | 0.53 | 0.55 |
| Hex | 4E | C8 | C6 | 3D | 0 | 1 | 16 | B3 | 35 | 37 |
| Octal | 116 | 310 | 306 | 75 | 0 | 1 | 26 | 263 | 65 | 67 |
| Binary | 1001110 | 11001000 | 11000110 | 111101 | 0 | 1 | 10110 | 10110011 | 110101 | 110111 |
Color Harmonies of #4EC8C6
Complementary color
Monochromatic Colors of #4EC8C6
Black with #4EC8C6
Text Example
Text Example
White with #4EC8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC8C6; }
p { color: rgb(78,200,198); }
H1.HeaderClassName
{
color: #4EC8C6;
}
.AnyTagClassName
{
color: #4EC8C6;
}
</style>
background-color css
<style>
a { background-color: #4EC8C6; }
a { background-color: rgb(78,200,198); }
div.DivClassName
{
background-color: #4EC8C6;
}
.BgClassName
{
background-color: #4EC8C6;
}
</style>
border-color css
<style>
span { border-color: #4EC8C6; }
span { border-color: rgb(78,200,198); }
td.TdClassName
{
border-color: #4EC8C6;
}
.TagClassName
{
border-color: #4EC8C6;
}
</style>