Shades of Medium Turquoise #5EC8CE
Tints of Medium Turquoise #5EC8CE
RGB
CMYK
RGB Variations
Color information
#5EC8CE (or 0x5EC8CE) is known color: Medium Turquoise. HEX triplet: 5E, C8 and CE. RGB value is (94,200,206). Sum of RGB (Red+Green+Blue) = 94+200+206=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #5EC8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC8CE is #A13731. Grayscale: #A8A8A8. Windows color (decimal): -10565426 or 13551710. OLE color: 13551710.
HSL color Cylindrical-coordinate representation of color #5EC8CE: hue angle of 183.21º 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 #5EC8CE is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 200 | 206 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.19 |
| HSL | 183.21º | 0.53% | 0.59% | - |
| HSV(B) | 183.21º | 0.54% | 0.81% | - |
| XYZ | 36.41 | 48.14 | 65.77 | - |
| YUV | 168.99 | 148.88 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 200 | 206 | 0.54 | 0.03 | 0 | 0.19 | 183.21 | 0.53 | 0.59 |
| Hex | 5E | C8 | CE | 36 | 3 | 0 | 13 | B7 | 35 | 3B |
| Octal | 136 | 310 | 316 | 66 | 3 | 0 | 23 | 267 | 65 | 73 |
| Binary | 1011110 | 11001000 | 11001110 | 110110 | 11 | 0 | 10011 | 10110111 | 110101 | 111011 |
Color Harmonies of #5EC8CE
Complementary color
Monochromatic Colors of #5EC8CE
Black with #5EC8CE
Text Example
Text Example
White with #5EC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC8CE; }
p { color: rgb(94,200,206); }
H1.HeaderClassName
{
color: #5EC8CE;
}
.AnyTagClassName
{
color: #5EC8CE;
}
</style>
background-color css
<style>
a { background-color: #5EC8CE; }
a { background-color: rgb(94,200,206); }
div.DivClassName
{
background-color: #5EC8CE;
}
.BgClassName
{
background-color: #5EC8CE;
}
</style>
border-color css
<style>
span { border-color: #5EC8CE; }
span { border-color: rgb(94,200,206); }
td.TdClassName
{
border-color: #5EC8CE;
}
.TagClassName
{
border-color: #5EC8CE;
}
</style>