Shades of Medium Turquoise #4ECCB5
Tints of Medium Turquoise #4ECCB5
RGB
CMYK
RGB Variations
Color information
#4ECCB5 (or 0x4ECCB5) is known color: Medium Turquoise. HEX triplet: 4E, CC and B5. RGB value is (78,204,181). Sum of RGB (Red+Green+Blue) = 78+204+181=463 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.85% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECCB5 is #B1334A. Grayscale: #A3A3A3. Windows color (decimal): -11613003 or 11914318. OLE color: 11914318.
HSL color Cylindrical-coordinate representation of color #4ECCB5: hue angle of 169.05º 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 #4ECCB5 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 204 | 181 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.2 |
| HSL | 169.05º | 0.55% | 0.55% | - |
| HSV(B) | 169.05º | 0.62% | 0.8% | - |
| XYZ | 33.08 | 48.14 | 51.27 | - |
| YUV | 163.7 | 137.76 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 181 | 0.62 | 0 | 0.11 | 0.2 | 169.05 | 0.55 | 0.55 |
| Hex | 4E | CC | B5 | 3E | 0 | B | 14 | A9 | 37 | 37 |
| Octal | 116 | 314 | 265 | 76 | 0 | 13 | 24 | 251 | 67 | 67 |
| Binary | 1001110 | 11001100 | 10110101 | 111110 | 0 | 1011 | 10100 | 10101001 | 110111 | 110111 |
Color Harmonies of #4ECCB5
Complementary color
Monochromatic Colors of #4ECCB5
Black with #4ECCB5
Text Example
Text Example
White with #4ECCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECCB5; }
p { color: rgb(78,204,181); }
H1.HeaderClassName
{
color: #4ECCB5;
}
.AnyTagClassName
{
color: #4ECCB5;
}
</style>
background-color css
<style>
a { background-color: #4ECCB5; }
a { background-color: rgb(78,204,181); }
div.DivClassName
{
background-color: #4ECCB5;
}
.BgClassName
{
background-color: #4ECCB5;
}
</style>
border-color css
<style>
span { border-color: #4ECCB5; }
span { border-color: rgb(78,204,181); }
td.TdClassName
{
border-color: #4ECCB5;
}
.TagClassName
{
border-color: #4ECCB5;
}
</style>