Shades of Medium Turquoise #5ECAC6
Tints of Medium Turquoise #5ECAC6
RGB
CMYK
RGB Variations
Color information
#5ECAC6 (or 0x5ECAC6) is known color: Medium Turquoise. HEX triplet: 5E, CA and C6. RGB value is (94,202,198). Sum of RGB (Red+Green+Blue) = 94+202+198=494 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.03% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECAC6 is #A13539. Grayscale: #A9A9A9. Windows color (decimal): -10564922 or 13027934. OLE color: 13027934.
HSL color Cylindrical-coordinate representation of color #5ECAC6: hue angle of 177.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ECAC6 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 202 | 198 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.21 |
| HSL | 177.78º | 0.5% | 0.58% | - |
| HSV(B) | 177.78º | 0.53% | 0.79% | - |
| XYZ | 35.93 | 48.7 | 60.93 | - |
| YUV | 169.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 202 | 198 | 0.53 | 0 | 0.02 | 0.21 | 177.78 | 0.5 | 0.58 |
| Hex | 5E | CA | C6 | 35 | 0 | 2 | 15 | B2 | 32 | 3A |
| Octal | 136 | 312 | 306 | 65 | 0 | 2 | 25 | 262 | 62 | 72 |
| Binary | 1011110 | 11001010 | 11000110 | 110101 | 0 | 10 | 10101 | 10110010 | 110010 | 111010 |
Color Harmonies of #5ECAC6
Complementary color
Monochromatic Colors of #5ECAC6
Black with #5ECAC6
Text Example
Text Example
White with #5ECAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECAC6; }
p { color: rgb(94,202,198); }
H1.HeaderClassName
{
color: #5ECAC6;
}
.AnyTagClassName
{
color: #5ECAC6;
}
</style>
background-color css
<style>
a { background-color: #5ECAC6; }
a { background-color: rgb(94,202,198); }
div.DivClassName
{
background-color: #5ECAC6;
}
.BgClassName
{
background-color: #5ECAC6;
}
</style>
border-color css
<style>
span { border-color: #5ECAC6; }
span { border-color: rgb(94,202,198); }
td.TdClassName
{
border-color: #5ECAC6;
}
.TagClassName
{
border-color: #5ECAC6;
}
</style>