Shades of Medium Turquoise #4ECBBC
Tints of Medium Turquoise #4ECBBC
RGB
CMYK
RGB Variations
Color information
#4ECBBC (or 0x4ECBBC) is known color: Medium Turquoise. HEX triplet: 4E, CB and BC. RGB value is (78,203,188). Sum of RGB (Red+Green+Blue) = 78+203+188=469 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.63% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #4ECBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECBBC is #B13443. Grayscale: #A3A3A3. Windows color (decimal): -11613252 or 12372814. OLE color: 12372814.
HSL color Cylindrical-coordinate representation of color #4ECBBC: hue angle of 172.8º 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 #4ECBBC is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 203 | 188 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.20 |
| HSL | 172.8º | 0.55% | 0.55% | - |
| HSV(B) | 172.8º | 0.62% | 0.8% | - |
| XYZ | 33.57 | 47.96 | 55.07 | - |
| YUV | 163.92 | 141.59 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 203 | 188 | 0.62 | 0 | 0.07 | 0.20 | 172.8 | 0.55 | 0.55 |
| Hex | 4E | CB | BC | 3E | 0 | 7 | 14 | AD | 37 | 37 |
| Octal | 116 | 313 | 274 | 76 | 0 | 7 | 24 | 255 | 67 | 67 |
| Binary | 1001110 | 11001011 | 10111100 | 111110 | 0 | 111 | 10100 | 10101101 | 110111 | 110111 |
Color Harmonies of #4ECBBC
Complementary color
Monochromatic Colors of #4ECBBC
Black with #4ECBBC
Text Example
Text Example
White with #4ECBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECBBC; }
p { color: rgb(78,203,188); }
H1.HeaderClassName
{
color: #4ECBBC;
}
.AnyTagClassName
{
color: #4ECBBC;
}
</style>
background-color css
<style>
a { background-color: #4ECBBC; }
a { background-color: rgb(78,203,188); }
div.DivClassName
{
background-color: #4ECBBC;
}
.BgClassName
{
background-color: #4ECBBC;
}
</style>
border-color css
<style>
span { border-color: #4ECBBC; }
span { border-color: rgb(78,203,188); }
td.TdClassName
{
border-color: #4ECBBC;
}
.TagClassName
{
border-color: #4ECBBC;
}
</style>