Shades of Medium Turquoise #4ECCB9
Tints of Medium Turquoise #4ECCB9
RGB
CMYK
RGB Variations
Color information
#4ECCB9 (or 0x4ECCB9) is known color: Medium Turquoise. HEX triplet: 4E, CC and B9. RGB value is (78,204,185). Sum of RGB (Red+Green+Blue) = 78+204+185=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECCB9 is #B13346. Grayscale: #A4A4A4. Windows color (decimal): -11612999 or 12176462. OLE color: 12176462.
HSL color Cylindrical-coordinate representation of color #4ECCB9: hue angle of 170.95º 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 #4ECCB9 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 204 | 185 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.2 |
| HSL | 170.95º | 0.55% | 0.55% | - |
| HSV(B) | 170.95º | 0.62% | 0.8% | - |
| XYZ | 33.49 | 48.31 | 53.46 | - |
| YUV | 164.16 | 139.76 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 204 | 185 | 0.62 | 0 | 0.09 | 0.2 | 170.95 | 0.55 | 0.55 |
| Hex | 4E | CC | B9 | 3E | 0 | 9 | 14 | AB | 37 | 37 |
| Octal | 116 | 314 | 271 | 76 | 0 | 11 | 24 | 253 | 67 | 67 |
| Binary | 1001110 | 11001100 | 10111001 | 111110 | 0 | 1001 | 10100 | 10101011 | 110111 | 110111 |
Color Harmonies of #4ECCB9
Complementary color
Monochromatic Colors of #4ECCB9
Black with #4ECCB9
Text Example
Text Example
White with #4ECCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECCB9; }
p { color: rgb(78,204,185); }
H1.HeaderClassName
{
color: #4ECCB9;
}
.AnyTagClassName
{
color: #4ECCB9;
}
</style>
background-color css
<style>
a { background-color: #4ECCB9; }
a { background-color: rgb(78,204,185); }
div.DivClassName
{
background-color: #4ECCB9;
}
.BgClassName
{
background-color: #4ECCB9;
}
</style>
border-color css
<style>
span { border-color: #4ECCB9; }
span { border-color: rgb(78,204,185); }
td.TdClassName
{
border-color: #4ECCB9;
}
.TagClassName
{
border-color: #4ECCB9;
}
</style>