Shades of Medium Turquoise #4ECBBD
Tints of Medium Turquoise #4ECBBD
RGB
CMYK
RGB Variations
Color information
#4ECBBD (or 0x4ECBBD) is known color: Medium Turquoise. HEX triplet: 4E, CB and BD. RGB value is (78,203,189). Sum of RGB (Red+Green+Blue) = 78+203+189=470 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.60% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #4ECBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECBBD is #B13442. Grayscale: #A3A3A3. Windows color (decimal): -11613251 or 12438350. OLE color: 12438350.
HSL color Cylindrical-coordinate representation of color #4ECBBD: hue angle of 173.28º 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 #4ECBBD is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 203 | 189 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.20 |
| HSL | 173.28º | 0.55% | 0.55% | - |
| HSV(B) | 173.28º | 0.62% | 0.8% | - |
| XYZ | 33.68 | 48.01 | 55.63 | - |
| YUV | 164.03 | 142.09 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 203 | 189 | 0.62 | 0 | 0.07 | 0.20 | 173.28 | 0.55 | 0.55 |
| Hex | 4E | CB | BD | 3E | 0 | 7 | 14 | AD | 37 | 37 |
| Octal | 116 | 313 | 275 | 76 | 0 | 7 | 24 | 255 | 67 | 67 |
| Binary | 1001110 | 11001011 | 10111101 | 111110 | 0 | 111 | 10100 | 10101101 | 110111 | 110111 |
Color Harmonies of #4ECBBD
Complementary color
Monochromatic Colors of #4ECBBD
Black with #4ECBBD
Text Example
Text Example
White with #4ECBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECBBD; }
p { color: rgb(78,203,189); }
H1.HeaderClassName
{
color: #4ECBBD;
}
.AnyTagClassName
{
color: #4ECBBD;
}
</style>
background-color css
<style>
a { background-color: #4ECBBD; }
a { background-color: rgb(78,203,189); }
div.DivClassName
{
background-color: #4ECBBD;
}
.BgClassName
{
background-color: #4ECBBD;
}
</style>
border-color css
<style>
span { border-color: #4ECBBD; }
span { border-color: rgb(78,203,189); }
td.TdClassName
{
border-color: #4ECBBD;
}
.TagClassName
{
border-color: #4ECBBD;
}
</style>