Shades of Medium Turquoise #5EC8CA
Tints of Medium Turquoise #5EC8CA
RGB
CMYK
RGB Variations
Color information
#5EC8CA (or 0x5EC8CA) is known color: Medium Turquoise. HEX triplet: 5E, C8 and CA. RGB value is (94,200,202). Sum of RGB (Red+Green+Blue) = 94+200+202=496 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.95% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #5EC8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC8CA is #A13735. Grayscale: #A8A8A8. Windows color (decimal): -10565430 or 13289566. OLE color: 13289566.
HSL color Cylindrical-coordinate representation of color #5EC8CA: hue angle of 181.11º 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 #5EC8CA is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 94 | 200 | 202 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.21 |
| HSL | 181.11º | 0.5% | 0.58% | - |
| HSV(B) | 181.11º | 0.53% | 0.79% | - |
| XYZ | 35.93 | 47.95 | 63.24 | - |
| YUV | 168.53 | 146.88 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 200 | 202 | 0.53 | 0.01 | 0 | 0.21 | 181.11 | 0.5 | 0.58 |
| Hex | 5E | C8 | CA | 35 | 1 | 0 | 15 | B5 | 32 | 3A |
| Octal | 136 | 310 | 312 | 65 | 1 | 0 | 25 | 265 | 62 | 72 |
| Binary | 1011110 | 11001000 | 11001010 | 110101 | 1 | 0 | 10101 | 10110101 | 110010 | 111010 |
Color Harmonies of #5EC8CA
Complementary color
Monochromatic Colors of #5EC8CA
Black with #5EC8CA
Text Example
Text Example
White with #5EC8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC8CA; }
p { color: rgb(94,200,202); }
H1.HeaderClassName
{
color: #5EC8CA;
}
.AnyTagClassName
{
color: #5EC8CA;
}
</style>
background-color css
<style>
a { background-color: #5EC8CA; }
a { background-color: rgb(94,200,202); }
div.DivClassName
{
background-color: #5EC8CA;
}
.BgClassName
{
background-color: #5EC8CA;
}
</style>
border-color css
<style>
span { border-color: #5EC8CA; }
span { border-color: rgb(94,200,202); }
td.TdClassName
{
border-color: #5EC8CA;
}
.TagClassName
{
border-color: #5EC8CA;
}
</style>