Shades of Medium Turquoise #4ED5CE
Tints of Medium Turquoise #4ED5CE
RGB
CMYK
RGB Variations
Color information
#4ED5CE (or 0x4ED5CE) is known color: Medium Turquoise. HEX triplet: 4E, D5 and CE. RGB value is (78,213,206). Sum of RGB (Red+Green+Blue) = 78+213+206=497 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.69% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ED5CE is #B12A31. Grayscale: #ABABAB. Windows color (decimal): -11610674 or 13555022. OLE color: 13555022.
HSL color Cylindrical-coordinate representation of color #4ED5CE: hue angle of 176.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ED5CE is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 213 | 206 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.16 |
| HSL | 176.89º | 0.62% | 0.57% | - |
| HSV(B) | 176.89º | 0.63% | 0.84% | - |
| XYZ | 38.08 | 53.66 | 66.74 | - |
| YUV | 171.84 | 147.27 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 213 | 206 | 0.63 | 0 | 0.03 | 0.16 | 176.89 | 0.62 | 0.57 |
| Hex | 4E | D5 | CE | 3F | 0 | 3 | 10 | B1 | 3E | 39 |
| Octal | 116 | 325 | 316 | 77 | 0 | 3 | 20 | 261 | 76 | 71 |
| Binary | 1001110 | 11010101 | 11001110 | 111111 | 0 | 11 | 10000 | 10110001 | 111110 | 111001 |
Color Harmonies of #4ED5CE
Complementary color
Monochromatic Colors of #4ED5CE
Black with #4ED5CE
Text Example
Text Example
White with #4ED5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED5CE; }
p { color: rgb(78,213,206); }
H1.HeaderClassName
{
color: #4ED5CE;
}
.AnyTagClassName
{
color: #4ED5CE;
}
</style>
background-color css
<style>
a { background-color: #4ED5CE; }
a { background-color: rgb(78,213,206); }
div.DivClassName
{
background-color: #4ED5CE;
}
.BgClassName
{
background-color: #4ED5CE;
}
</style>
border-color css
<style>
span { border-color: #4ED5CE; }
span { border-color: rgb(78,213,206); }
td.TdClassName
{
border-color: #4ED5CE;
}
.TagClassName
{
border-color: #4ED5CE;
}
</style>