Shades of Medium Turquoise #5ED5CC
Tints of Medium Turquoise #5ED5CC
RGB
CMYK
RGB Variations
Color information
#5ED5CC (or 0x5ED5CC) is known color: Medium Turquoise. HEX triplet: 5E, D5 and CC. RGB value is (94,213,204). Sum of RGB (Red+Green+Blue) = 94+213+204=511 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.40% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #5ED5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED5CC is #A12A33. Grayscale: #B0B0B0. Windows color (decimal): -10562100 or 13423966. OLE color: 13423966.
HSL color Cylindrical-coordinate representation of color #5ED5CC: hue angle of 175.46º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED5CC is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 94 | 213 | 204 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.16 |
| HSL | 175.46º | 0.59% | 0.6% | - |
| HSV(B) | 175.46º | 0.56% | 0.84% | - |
| XYZ | 39.31 | 54.33 | 65.54 | - |
| YUV | 176.39 | 143.58 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 213 | 204 | 0.56 | 0 | 0.04 | 0.16 | 175.46 | 0.59 | 0.6 |
| Hex | 5E | D5 | CC | 38 | 0 | 4 | 10 | AF | 3B | 3C |
| Octal | 136 | 325 | 314 | 70 | 0 | 4 | 20 | 257 | 73 | 74 |
| Binary | 1011110 | 11010101 | 11001100 | 111000 | 0 | 100 | 10000 | 10101111 | 111011 | 111100 |
Color Harmonies of #5ED5CC
Complementary color
Monochromatic Colors of #5ED5CC
Black with #5ED5CC
Text Example
Text Example
White with #5ED5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED5CC; }
p { color: rgb(94,213,204); }
H1.HeaderClassName
{
color: #5ED5CC;
}
.AnyTagClassName
{
color: #5ED5CC;
}
</style>
background-color css
<style>
a { background-color: #5ED5CC; }
a { background-color: rgb(94,213,204); }
div.DivClassName
{
background-color: #5ED5CC;
}
.BgClassName
{
background-color: #5ED5CC;
}
</style>
border-color css
<style>
span { border-color: #5ED5CC; }
span { border-color: rgb(94,213,204); }
td.TdClassName
{
border-color: #5ED5CC;
}
.TagClassName
{
border-color: #5ED5CC;
}
</style>