Shades of Medium Turquoise #4ECDB6
Tints of Medium Turquoise #4ECDB6
RGB
CMYK
RGB Variations
Color information
#4ECDB6 (or 0x4ECDB6) is known color: Medium Turquoise. HEX triplet: 4E, CD and B6. RGB value is (78,205,182). Sum of RGB (Red+Green+Blue) = 78+205+182=465 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.77% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECDB6 is #B13249. Grayscale: #A4A4A4. Windows color (decimal): -11612746 or 11980110. OLE color: 11980110.
HSL color Cylindrical-coordinate representation of color #4ECDB6: hue angle of 169.13º 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 #4ECDB6 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 205 | 182 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.20 |
| HSL | 169.13º | 0.56% | 0.55% | - |
| HSV(B) | 169.13º | 0.62% | 0.8% | - |
| XYZ | 33.42 | 48.66 | 51.89 | - |
| YUV | 164.41 | 137.92 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 182 | 0.62 | 0 | 0.11 | 0.20 | 169.13 | 0.56 | 0.55 |
| Hex | 4E | CD | B6 | 3E | 0 | B | 14 | A9 | 38 | 37 |
| Octal | 116 | 315 | 266 | 76 | 0 | 13 | 24 | 251 | 70 | 67 |
| Binary | 1001110 | 11001101 | 10110110 | 111110 | 0 | 1011 | 10100 | 10101001 | 111000 | 110111 |
Color Harmonies of #4ECDB6
Complementary color
Monochromatic Colors of #4ECDB6
Black with #4ECDB6
Text Example
Text Example
White with #4ECDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECDB6; }
p { color: rgb(78,205,182); }
H1.HeaderClassName
{
color: #4ECDB6;
}
.AnyTagClassName
{
color: #4ECDB6;
}
</style>
background-color css
<style>
a { background-color: #4ECDB6; }
a { background-color: rgb(78,205,182); }
div.DivClassName
{
background-color: #4ECDB6;
}
.BgClassName
{
background-color: #4ECDB6;
}
</style>
border-color css
<style>
span { border-color: #4ECDB6; }
span { border-color: rgb(78,205,182); }
td.TdClassName
{
border-color: #4ECDB6;
}
.TagClassName
{
border-color: #4ECDB6;
}
</style>