Shades of Medium Turquoise #5EC7CF
Tints of Medium Turquoise #5EC7CF
RGB
CMYK
RGB Variations
Color information
#5EC7CF (or 0x5EC7CF) is known color: Medium Turquoise. HEX triplet: 5E, C7 and CF. RGB value is (94,199,207). Sum of RGB (Red+Green+Blue) = 94+199+207=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #5EC7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC7CF is #A13830. Grayscale: #A8A8A8. Windows color (decimal): -10565681 or 13616990. OLE color: 13616990.
HSL color Cylindrical-coordinate representation of color #5EC7CF: hue angle of 184.25º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EC7CF is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 199 | 207 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.19 |
| HSL | 184.25º | 0.54% | 0.59% | - |
| HSV(B) | 184.25º | 0.55% | 0.81% | - |
| XYZ | 36.3 | 47.73 | 66.33 | - |
| YUV | 168.52 | 149.71 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 199 | 207 | 0.55 | 0.04 | 0 | 0.19 | 184.25 | 0.54 | 0.59 |
| Hex | 5E | C7 | CF | 37 | 4 | 0 | 13 | B8 | 36 | 3B |
| Octal | 136 | 307 | 317 | 67 | 4 | 0 | 23 | 270 | 66 | 73 |
| Binary | 1011110 | 11000111 | 11001111 | 110111 | 100 | 0 | 10011 | 10111000 | 110110 | 111011 |
Color Harmonies of #5EC7CF
Complementary color
Monochromatic Colors of #5EC7CF
Black with #5EC7CF
Text Example
Text Example
White with #5EC7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC7CF; }
p { color: rgb(94,199,207); }
H1.HeaderClassName
{
color: #5EC7CF;
}
.AnyTagClassName
{
color: #5EC7CF;
}
</style>
background-color css
<style>
a { background-color: #5EC7CF; }
a { background-color: rgb(94,199,207); }
div.DivClassName
{
background-color: #5EC7CF;
}
.BgClassName
{
background-color: #5EC7CF;
}
</style>
border-color css
<style>
span { border-color: #5EC7CF; }
span { border-color: rgb(94,199,207); }
td.TdClassName
{
border-color: #5EC7CF;
}
.TagClassName
{
border-color: #5EC7CF;
}
</style>