Shades of Medium Turquoise #4EC5CC
Tints of Medium Turquoise #4EC5CC
RGB
CMYK
RGB Variations
Color information
#4EC5CC (or 0x4EC5CC) is known color: Medium Turquoise. HEX triplet: 4E, C5 and CC. RGB value is (78,197,204). Sum of RGB (Red+Green+Blue) = 78+197+204=479 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.28% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EC5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC5CC is #B13A33. Grayscale: #A2A2A2. Windows color (decimal): -11614772 or 13419854. OLE color: 13419854.
HSL color Cylindrical-coordinate representation of color #4EC5CC: hue angle of 183.33º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC5CC is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 197 | 204 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.2 |
| HSL | 183.33º | 0.55% | 0.55% | - |
| HSV(B) | 183.33º | 0.62% | 0.8% | - |
| XYZ | 34.01 | 45.91 | 64.2 | - |
| YUV | 162.22 | 151.58 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 197 | 204 | 0.62 | 0.03 | 0 | 0.2 | 183.33 | 0.55 | 0.55 |
| Hex | 4E | C5 | CC | 3E | 3 | 0 | 14 | B7 | 37 | 37 |
| Octal | 116 | 305 | 314 | 76 | 3 | 0 | 24 | 267 | 67 | 67 |
| Binary | 1001110 | 11000101 | 11001100 | 111110 | 11 | 0 | 10100 | 10110111 | 110111 | 110111 |
Color Harmonies of #4EC5CC
Complementary color
Monochromatic Colors of #4EC5CC
Black with #4EC5CC
Text Example
Text Example
White with #4EC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC5CC; }
p { color: rgb(78,197,204); }
H1.HeaderClassName
{
color: #4EC5CC;
}
.AnyTagClassName
{
color: #4EC5CC;
}
</style>
background-color css
<style>
a { background-color: #4EC5CC; }
a { background-color: rgb(78,197,204); }
div.DivClassName
{
background-color: #4EC5CC;
}
.BgClassName
{
background-color: #4EC5CC;
}
</style>
border-color css
<style>
span { border-color: #4EC5CC; }
span { border-color: rgb(78,197,204); }
td.TdClassName
{
border-color: #4EC5CC;
}
.TagClassName
{
border-color: #4EC5CC;
}
</style>