Shades of Medium Turquoise #5ECACE
Tints of Medium Turquoise #5ECACE
RGB
CMYK
RGB Variations
Color information
#5ECACE (or 0x5ECACE) is known color: Medium Turquoise. HEX triplet: 5E, CA and CE. RGB value is (94,202,206). Sum of RGB (Red+Green+Blue) = 94+202+206=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #5ECACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECACE is #A13531. Grayscale: #AAAAAA. Windows color (decimal): -10564914 or 13552222. OLE color: 13552222.
HSL color Cylindrical-coordinate representation of color #5ECACE: hue angle of 182.14º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECACE is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 202 | 206 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.19 |
| HSL | 182.14º | 0.53% | 0.59% | - |
| HSV(B) | 182.14º | 0.54% | 0.81% | - |
| XYZ | 36.88 | 49.08 | 65.92 | - |
| YUV | 170.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 202 | 206 | 0.54 | 0.02 | 0 | 0.19 | 182.14 | 0.53 | 0.59 |
| Hex | 5E | CA | CE | 36 | 2 | 0 | 13 | B6 | 35 | 3B |
| Octal | 136 | 312 | 316 | 66 | 2 | 0 | 23 | 266 | 65 | 73 |
| Binary | 1011110 | 11001010 | 11001110 | 110110 | 10 | 0 | 10011 | 10110110 | 110101 | 111011 |
Color Harmonies of #5ECACE
Complementary color
Monochromatic Colors of #5ECACE
Black with #5ECACE
Text Example
Text Example
White with #5ECACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ECACE; }
p { color: rgb(94,202,206); }
H1.HeaderClassName
{
color: #5ECACE;
}
.AnyTagClassName
{
color: #5ECACE;
}
</style>
background-color css
<style>
a { background-color: #5ECACE; }
a { background-color: rgb(94,202,206); }
div.DivClassName
{
background-color: #5ECACE;
}
.BgClassName
{
background-color: #5ECACE;
}
</style>
border-color css
<style>
span { border-color: #5ECACE; }
span { border-color: rgb(94,202,206); }
td.TdClassName
{
border-color: #5ECACE;
}
.TagClassName
{
border-color: #5ECACE;
}
</style>