Shades of Medium Turquoise #5ED7CC
Tints of Medium Turquoise #5ED7CC
RGB
CMYK
RGB Variations
Color information
#5ED7CC (or 0x5ED7CC) is known color: Medium Turquoise. HEX triplet: 5E, D7 and CC. RGB value is (94,215,204). Sum of RGB (Red+Green+Blue) = 94+215+204=513 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.32% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #5ED7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED7CC is #A12833. Grayscale: #B1B1B1. Windows color (decimal): -10561588 or 13424478. OLE color: 13424478.
HSL color Cylindrical-coordinate representation of color #5ED7CC: hue angle of 174.55º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED7CC is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 215 | 204 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.16 |
| HSL | 174.55º | 0.6% | 0.61% | - |
| HSV(B) | 174.55º | 0.56% | 0.84% | - |
| XYZ | 39.82 | 55.34 | 65.71 | - |
| YUV | 177.57 | 142.91 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 215 | 204 | 0.56 | 0 | 0.05 | 0.16 | 174.55 | 0.6 | 0.61 |
| Hex | 5E | D7 | CC | 38 | 0 | 5 | 10 | AF | 3C | 3D |
| Octal | 136 | 327 | 314 | 70 | 0 | 5 | 20 | 257 | 74 | 75 |
| Binary | 1011110 | 11010111 | 11001100 | 111000 | 0 | 101 | 10000 | 10101111 | 111100 | 111101 |
Color Harmonies of #5ED7CC
Complementary color
Monochromatic Colors of #5ED7CC
Black with #5ED7CC
Text Example
Text Example
White with #5ED7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED7CC; }
p { color: rgb(94,215,204); }
H1.HeaderClassName
{
color: #5ED7CC;
}
.AnyTagClassName
{
color: #5ED7CC;
}
</style>
background-color css
<style>
a { background-color: #5ED7CC; }
a { background-color: rgb(94,215,204); }
div.DivClassName
{
background-color: #5ED7CC;
}
.BgClassName
{
background-color: #5ED7CC;
}
</style>
border-color css
<style>
span { border-color: #5ED7CC; }
span { border-color: rgb(94,215,204); }
td.TdClassName
{
border-color: #5ED7CC;
}
.TagClassName
{
border-color: #5ED7CC;
}
</style>