Shades of Medium Turquoise #5ED9CF
Tints of Medium Turquoise #5ED9CF
RGB
CMYK
RGB Variations
Color information
#5ED9CF (or 0x5ED9CF) is known color: Medium Turquoise. HEX triplet: 5E, D9 and CF. RGB value is (94,217,207). Sum of RGB (Red+Green+Blue) = 94+217+207=518 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.15% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED9CF is #A12630. Grayscale: #B3B3B3. Windows color (decimal): -10561073 or 13621598. OLE color: 13621598.
HSL color Cylindrical-coordinate representation of color #5ED9CF: hue angle of 175.12º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ED9CF is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 217 | 207 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.15 |
| HSL | 175.12º | 0.62% | 0.61% | - |
| HSV(B) | 175.12º | 0.57% | 0.85% | - |
| XYZ | 40.69 | 56.51 | 67.79 | - |
| YUV | 179.08 | 143.75 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 217 | 207 | 0.57 | 0 | 0.05 | 0.15 | 175.12 | 0.62 | 0.61 |
| Hex | 5E | D9 | CF | 39 | 0 | 5 | F | AF | 3E | 3D |
| Octal | 136 | 331 | 317 | 71 | 0 | 5 | 17 | 257 | 76 | 75 |
| Binary | 1011110 | 11011001 | 11001111 | 111001 | 0 | 101 | 1111 | 10101111 | 111110 | 111101 |
Color Harmonies of #5ED9CF
Complementary color
Monochromatic Colors of #5ED9CF
Black with #5ED9CF
Text Example
Text Example
White with #5ED9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED9CF; }
p { color: rgb(94,217,207); }
H1.HeaderClassName
{
color: #5ED9CF;
}
.AnyTagClassName
{
color: #5ED9CF;
}
</style>
background-color css
<style>
a { background-color: #5ED9CF; }
a { background-color: rgb(94,217,207); }
div.DivClassName
{
background-color: #5ED9CF;
}
.BgClassName
{
background-color: #5ED9CF;
}
</style>
border-color css
<style>
span { border-color: #5ED9CF; }
span { border-color: rgb(94,217,207); }
td.TdClassName
{
border-color: #5ED9CF;
}
.TagClassName
{
border-color: #5ED9CF;
}
</style>