Shades of Medium Turquoise #5EC9CF
Tints of Medium Turquoise #5EC9CF
RGB
CMYK
RGB Variations
Color information
#5EC9CF (or 0x5EC9CF) is known color: Medium Turquoise. HEX triplet: 5E, C9 and CF. RGB value is (94,201,207). Sum of RGB (Red+Green+Blue) = 94+201+207=502 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.73% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #5EC9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC9CF is #A13630. Grayscale: #A9A9A9. Windows color (decimal): -10565169 or 13617502. OLE color: 13617502.
HSL color Cylindrical-coordinate representation of color #5EC9CF: hue angle of 183.19º 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 #5EC9CF is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 201 | 207 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.19 |
| HSL | 183.19º | 0.54% | 0.59% | - |
| HSV(B) | 183.19º | 0.55% | 0.81% | - |
| XYZ | 36.77 | 48.66 | 66.49 | - |
| YUV | 169.69 | 149.05 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 201 | 207 | 0.55 | 0.03 | 0 | 0.19 | 183.19 | 0.54 | 0.59 |
| Hex | 5E | C9 | CF | 37 | 3 | 0 | 13 | B7 | 36 | 3B |
| Octal | 136 | 311 | 317 | 67 | 3 | 0 | 23 | 267 | 66 | 73 |
| Binary | 1011110 | 11001001 | 11001111 | 110111 | 11 | 0 | 10011 | 10110111 | 110110 | 111011 |
Color Harmonies of #5EC9CF
Complementary color
Monochromatic Colors of #5EC9CF
Black with #5EC9CF
Text Example
Text Example
White with #5EC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC9CF; }
p { color: rgb(94,201,207); }
H1.HeaderClassName
{
color: #5EC9CF;
}
.AnyTagClassName
{
color: #5EC9CF;
}
</style>
background-color css
<style>
a { background-color: #5EC9CF; }
a { background-color: rgb(94,201,207); }
div.DivClassName
{
background-color: #5EC9CF;
}
.BgClassName
{
background-color: #5EC9CF;
}
</style>
border-color css
<style>
span { border-color: #5EC9CF; }
span { border-color: rgb(94,201,207); }
td.TdClassName
{
border-color: #5EC9CF;
}
.TagClassName
{
border-color: #5EC9CF;
}
</style>