Shades of Medium Turquoise #5ECACC
Tints of Medium Turquoise #5ECACC
RGB
CMYK
RGB Variations
Color information
#5ECACC (or 0x5ECACC) is known color: Medium Turquoise. HEX triplet: 5E, CA and CC. RGB value is (94,202,204). Sum of RGB (Red+Green+Blue) = 94+202+204=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #5ECACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECACC is #A13533. Grayscale: #A9A9A9. Windows color (decimal): -10564916 or 13421150. OLE color: 13421150.
HSL color Cylindrical-coordinate representation of color #5ECACC: hue angle of 181.09º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECACC is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 202 | 204 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.2 |
| HSL | 181.09º | 0.52% | 0.58% | - |
| HSV(B) | 181.09º | 0.54% | 0.8% | - |
| XYZ | 36.64 | 48.98 | 64.65 | - |
| YUV | 169.94 | 147.22 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 202 | 204 | 0.54 | 0.01 | 0 | 0.2 | 181.09 | 0.52 | 0.58 |
| Hex | 5E | CA | CC | 36 | 1 | 0 | 14 | B5 | 34 | 3A |
| Octal | 136 | 312 | 314 | 66 | 1 | 0 | 24 | 265 | 64 | 72 |
| Binary | 1011110 | 11001010 | 11001100 | 110110 | 1 | 0 | 10100 | 10110101 | 110100 | 111010 |
Color Harmonies of #5ECACC
Complementary color
Monochromatic Colors of #5ECACC
Black with #5ECACC
Text Example
Text Example
White with #5ECACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECACC; }
p { color: rgb(94,202,204); }
H1.HeaderClassName
{
color: #5ECACC;
}
.AnyTagClassName
{
color: #5ECACC;
}
</style>
background-color css
<style>
a { background-color: #5ECACC; }
a { background-color: rgb(94,202,204); }
div.DivClassName
{
background-color: #5ECACC;
}
.BgClassName
{
background-color: #5ECACC;
}
</style>
border-color css
<style>
span { border-color: #5ECACC; }
span { border-color: rgb(94,202,204); }
td.TdClassName
{
border-color: #5ECACC;
}
.TagClassName
{
border-color: #5ECACC;
}
</style>