Shades of Medium Turquoise #4EC9CB
Tints of Medium Turquoise #4EC9CB
RGB
CMYK
RGB Variations
Color information
#4EC9CB (or 0x4EC9CB) is known color: Medium Turquoise. HEX triplet: 4E, C9 and CB. RGB value is (78,201,203). Sum of RGB (Red+Green+Blue) = 78+201+203=482 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.18% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #4EC9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC9CB is #B13634. Grayscale: #A4A4A4. Windows color (decimal): -11613749 or 13355342. OLE color: 13355342.
HSL color Cylindrical-coordinate representation of color #4EC9CB: hue angle of 180.96º 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 #4EC9CB is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 201 | 203 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.20 |
| HSL | 180.96º | 0.55% | 0.55% | - |
| HSV(B) | 180.96º | 0.62% | 0.8% | - |
| XYZ | 34.81 | 47.7 | 63.87 | - |
| YUV | 164.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 201 | 203 | 0.62 | 0.01 | 0 | 0.20 | 180.96 | 0.55 | 0.55 |
| Hex | 4E | C9 | CB | 3E | 1 | 0 | 14 | B5 | 37 | 37 |
| Octal | 116 | 311 | 313 | 76 | 1 | 0 | 24 | 265 | 67 | 67 |
| Binary | 1001110 | 11001001 | 11001011 | 111110 | 1 | 0 | 10100 | 10110101 | 110111 | 110111 |
Color Harmonies of #4EC9CB
Complementary color
Monochromatic Colors of #4EC9CB
Black with #4EC9CB
Text Example
Text Example
White with #4EC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC9CB; }
p { color: rgb(78,201,203); }
H1.HeaderClassName
{
color: #4EC9CB;
}
.AnyTagClassName
{
color: #4EC9CB;
}
</style>
background-color css
<style>
a { background-color: #4EC9CB; }
a { background-color: rgb(78,201,203); }
div.DivClassName
{
background-color: #4EC9CB;
}
.BgClassName
{
background-color: #4EC9CB;
}
</style>
border-color css
<style>
span { border-color: #4EC9CB; }
span { border-color: rgb(78,201,203); }
td.TdClassName
{
border-color: #4EC9CB;
}
.TagClassName
{
border-color: #4EC9CB;
}
</style>