Shades of Medium Turquoise #4ECDBD
Tints of Medium Turquoise #4ECDBD
RGB
CMYK
RGB Variations
Color information
#4ECDBD (or 0x4ECDBD) is known color: Medium Turquoise. HEX triplet: 4E, CD and BD. RGB value is (78,205,189). Sum of RGB (Red+Green+Blue) = 78+205+189=472 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.53% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECDBD is #B13242. Grayscale: #A5A5A5. Windows color (decimal): -11612739 or 12438862. OLE color: 12438862.
HSL color Cylindrical-coordinate representation of color #4ECDBD: hue angle of 172.44º degrees, saturation: 0.56, 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 #4ECDBD is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 205 | 189 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.20 |
| HSL | 172.44º | 0.56% | 0.55% | - |
| HSV(B) | 172.44º | 0.62% | 0.8% | - |
| XYZ | 34.16 | 48.96 | 55.79 | - |
| YUV | 165.2 | 141.42 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 189 | 0.62 | 0 | 0.08 | 0.20 | 172.44 | 0.56 | 0.55 |
| Hex | 4E | CD | BD | 3E | 0 | 8 | 14 | AC | 38 | 37 |
| Octal | 116 | 315 | 275 | 76 | 0 | 10 | 24 | 254 | 70 | 67 |
| Binary | 1001110 | 11001101 | 10111101 | 111110 | 0 | 1000 | 10100 | 10101100 | 111000 | 110111 |
Color Harmonies of #4ECDBD
Complementary color
Monochromatic Colors of #4ECDBD
Black with #4ECDBD
Text Example
Text Example
White with #4ECDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECDBD; }
p { color: rgb(78,205,189); }
H1.HeaderClassName
{
color: #4ECDBD;
}
.AnyTagClassName
{
color: #4ECDBD;
}
</style>
background-color css
<style>
a { background-color: #4ECDBD; }
a { background-color: rgb(78,205,189); }
div.DivClassName
{
background-color: #4ECDBD;
}
.BgClassName
{
background-color: #4ECDBD;
}
</style>
border-color css
<style>
span { border-color: #4ECDBD; }
span { border-color: rgb(78,205,189); }
td.TdClassName
{
border-color: #4ECDBD;
}
.TagClassName
{
border-color: #4ECDBD;
}
</style>