Shades of Medium Turquoise #4EC8CA
Tints of Medium Turquoise #4EC8CA
RGB
CMYK
RGB Variations
Color information
#4EC8CA (or 0x4EC8CA) is known color: Medium Turquoise. HEX triplet: 4E, C8 and CA. RGB value is (78,200,202). Sum of RGB (Red+Green+Blue) = 78+200+202=480 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.25% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EC8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC8CA is #B13735. Grayscale: #A3A3A3. Windows color (decimal): -11614006 or 13289550. OLE color: 13289550.
HSL color Cylindrical-coordinate representation of color #4EC8CA: hue angle of 180.97º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC8CA is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 200 | 202 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.21 |
| HSL | 180.97º | 0.54% | 0.55% | - |
| HSV(B) | 180.97º | 0.61% | 0.79% | - |
| XYZ | 34.46 | 47.19 | 63.17 | - |
| YUV | 163.75 | 149.58 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 202 | 0.61 | 0.01 | 0 | 0.21 | 180.97 | 0.54 | 0.55 |
| Hex | 4E | C8 | CA | 3D | 1 | 0 | 15 | B5 | 36 | 37 |
| Octal | 116 | 310 | 312 | 75 | 1 | 0 | 25 | 265 | 66 | 67 |
| Binary | 1001110 | 11001000 | 11001010 | 111101 | 1 | 0 | 10101 | 10110101 | 110110 | 110111 |
Color Harmonies of #4EC8CA
Complementary color
Monochromatic Colors of #4EC8CA
Black with #4EC8CA
Text Example
Text Example
White with #4EC8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC8CA; }
p { color: rgb(78,200,202); }
H1.HeaderClassName
{
color: #4EC8CA;
}
.AnyTagClassName
{
color: #4EC8CA;
}
</style>
background-color css
<style>
a { background-color: #4EC8CA; }
a { background-color: rgb(78,200,202); }
div.DivClassName
{
background-color: #4EC8CA;
}
.BgClassName
{
background-color: #4EC8CA;
}
</style>
border-color css
<style>
span { border-color: #4EC8CA; }
span { border-color: rgb(78,200,202); }
td.TdClassName
{
border-color: #4EC8CA;
}
.TagClassName
{
border-color: #4EC8CA;
}
</style>