Shades of Medium Turquoise #4ECDBE
Tints of Medium Turquoise #4ECDBE
RGB
CMYK
RGB Variations
Color information
#4ECDBE (or 0x4ECDBE) is known color: Medium Turquoise. HEX triplet: 4E, CD and BE. RGB value is (78,205,190). Sum of RGB (Red+Green+Blue) = 78+205+190=473 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.49% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECDBE is #B13241. Grayscale: #A5A5A5. Windows color (decimal): -11612738 or 12504398. OLE color: 12504398.
HSL color Cylindrical-coordinate representation of color #4ECDBE: hue angle of 172.91º 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 #4ECDBE is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 205 | 190 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.20 |
| HSL | 172.91º | 0.56% | 0.55% | - |
| HSV(B) | 172.91º | 0.62% | 0.8% | - |
| XYZ | 34.27 | 49 | 56.37 | - |
| YUV | 165.32 | 141.92 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 190 | 0.62 | 0 | 0.07 | 0.20 | 172.91 | 0.56 | 0.55 |
| Hex | 4E | CD | BE | 3E | 0 | 7 | 14 | AD | 38 | 37 |
| Octal | 116 | 315 | 276 | 76 | 0 | 7 | 24 | 255 | 70 | 67 |
| Binary | 1001110 | 11001101 | 10111110 | 111110 | 0 | 111 | 10100 | 10101101 | 111000 | 110111 |
Color Harmonies of #4ECDBE
Complementary color
Monochromatic Colors of #4ECDBE
Black with #4ECDBE
Text Example
Text Example
White with #4ECDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECDBE; }
p { color: rgb(78,205,190); }
H1.HeaderClassName
{
color: #4ECDBE;
}
.AnyTagClassName
{
color: #4ECDBE;
}
</style>
background-color css
<style>
a { background-color: #4ECDBE; }
a { background-color: rgb(78,205,190); }
div.DivClassName
{
background-color: #4ECDBE;
}
.BgClassName
{
background-color: #4ECDBE;
}
</style>
border-color css
<style>
span { border-color: #4ECDBE; }
span { border-color: rgb(78,205,190); }
td.TdClassName
{
border-color: #4ECDBE;
}
.TagClassName
{
border-color: #4ECDBE;
}
</style>