Shades of Medium Turquoise #5ED2CD
Tints of Medium Turquoise #5ED2CD
RGB
CMYK
RGB Variations
Color information
#5ED2CD (or 0x5ED2CD) is known color: Medium Turquoise. HEX triplet: 5E, D2 and CD. RGB value is (94,210,205). Sum of RGB (Red+Green+Blue) = 94+210+205=509 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.47% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #5ED2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED2CD is #A12D32. Grayscale: #AEAEAE. Windows color (decimal): -10562867 or 13488734. OLE color: 13488734.
HSL color Cylindrical-coordinate representation of color #5ED2CD: hue angle of 177.41º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED2CD is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 210 | 205 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.18 |
| HSL | 177.41º | 0.56% | 0.6% | - |
| HSV(B) | 177.41º | 0.55% | 0.82% | - |
| XYZ | 38.68 | 52.88 | 65.93 | - |
| YUV | 174.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 210 | 205 | 0.55 | 0 | 0.02 | 0.18 | 177.41 | 0.56 | 0.6 |
| Hex | 5E | D2 | CD | 37 | 0 | 2 | 12 | B1 | 38 | 3C |
| Octal | 136 | 322 | 315 | 67 | 0 | 2 | 22 | 261 | 70 | 74 |
| Binary | 1011110 | 11010010 | 11001101 | 110111 | 0 | 10 | 10010 | 10110001 | 111000 | 111100 |
Color Harmonies of #5ED2CD
Complementary color
Monochromatic Colors of #5ED2CD
Black with #5ED2CD
Text Example
Text Example
White with #5ED2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED2CD; }
p { color: rgb(94,210,205); }
H1.HeaderClassName
{
color: #5ED2CD;
}
.AnyTagClassName
{
color: #5ED2CD;
}
</style>
background-color css
<style>
a { background-color: #5ED2CD; }
a { background-color: rgb(94,210,205); }
div.DivClassName
{
background-color: #5ED2CD;
}
.BgClassName
{
background-color: #5ED2CD;
}
</style>
border-color css
<style>
span { border-color: #5ED2CD; }
span { border-color: rgb(94,210,205); }
td.TdClassName
{
border-color: #5ED2CD;
}
.TagClassName
{
border-color: #5ED2CD;
}
</style>