Shades of Medium Turquoise #5EC7CE
Tints of Medium Turquoise #5EC7CE
RGB
CMYK
RGB Variations
Color information
#5EC7CE (or 0x5EC7CE) is known color: Medium Turquoise. HEX triplet: 5E, C7 and CE. RGB value is (94,199,206). Sum of RGB (Red+Green+Blue) = 94+199+206=499 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.84% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #5EC7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC7CE is #A13831. Grayscale: #A8A8A8. Windows color (decimal): -10565682 or 13551454. OLE color: 13551454.
HSL color Cylindrical-coordinate representation of color #5EC7CE: hue angle of 183.75º 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 #5EC7CE is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 199 | 206 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.19 |
| HSL | 183.75º | 0.53% | 0.59% | - |
| HSV(B) | 183.75º | 0.54% | 0.81% | - |
| XYZ | 36.18 | 47.68 | 65.69 | - |
| YUV | 168.4 | 149.21 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 199 | 206 | 0.54 | 0.03 | 0 | 0.19 | 183.75 | 0.53 | 0.59 |
| Hex | 5E | C7 | CE | 36 | 3 | 0 | 13 | B8 | 35 | 3B |
| Octal | 136 | 307 | 316 | 66 | 3 | 0 | 23 | 270 | 65 | 73 |
| Binary | 1011110 | 11000111 | 11001110 | 110110 | 11 | 0 | 10011 | 10111000 | 110101 | 111011 |
Color Harmonies of #5EC7CE
Complementary color
Monochromatic Colors of #5EC7CE
Black with #5EC7CE
Text Example
Text Example
White with #5EC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC7CE; }
p { color: rgb(94,199,206); }
H1.HeaderClassName
{
color: #5EC7CE;
}
.AnyTagClassName
{
color: #5EC7CE;
}
</style>
background-color css
<style>
a { background-color: #5EC7CE; }
a { background-color: rgb(94,199,206); }
div.DivClassName
{
background-color: #5EC7CE;
}
.BgClassName
{
background-color: #5EC7CE;
}
</style>
border-color css
<style>
span { border-color: #5EC7CE; }
span { border-color: rgb(94,199,206); }
td.TdClassName
{
border-color: #5EC7CE;
}
.TagClassName
{
border-color: #5EC7CE;
}
</style>