Shades of Medium Turquoise #5ED2CC
Tints of Medium Turquoise #5ED2CC
RGB
CMYK
RGB Variations
Color information
#5ED2CC (or 0x5ED2CC) is known color: Medium Turquoise. HEX triplet: 5E, D2 and CC. RGB value is (94,210,204). Sum of RGB (Red+Green+Blue) = 94+210+204=508 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.50% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #5ED2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED2CC is #A12D33. Grayscale: #AEAEAE. Windows color (decimal): -10562868 or 13423198. OLE color: 13423198.
HSL color Cylindrical-coordinate representation of color #5ED2CC: hue angle of 176.9º 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 #5ED2CC is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 210 | 204 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.18 |
| HSL | 176.9º | 0.56% | 0.6% | - |
| HSV(B) | 176.9º | 0.55% | 0.82% | - |
| XYZ | 38.56 | 52.83 | 65.29 | - |
| YUV | 174.63 | 144.57 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 210 | 204 | 0.55 | 0 | 0.03 | 0.18 | 176.9 | 0.56 | 0.6 |
| Hex | 5E | D2 | CC | 37 | 0 | 3 | 12 | B1 | 38 | 3C |
| Octal | 136 | 322 | 314 | 67 | 0 | 3 | 22 | 261 | 70 | 74 |
| Binary | 1011110 | 11010010 | 11001100 | 110111 | 0 | 11 | 10010 | 10110001 | 111000 | 111100 |
Color Harmonies of #5ED2CC
Complementary color
Monochromatic Colors of #5ED2CC
Black with #5ED2CC
Text Example
Text Example
White with #5ED2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED2CC; }
p { color: rgb(94,210,204); }
H1.HeaderClassName
{
color: #5ED2CC;
}
.AnyTagClassName
{
color: #5ED2CC;
}
</style>
background-color css
<style>
a { background-color: #5ED2CC; }
a { background-color: rgb(94,210,204); }
div.DivClassName
{
background-color: #5ED2CC;
}
.BgClassName
{
background-color: #5ED2CC;
}
</style>
border-color css
<style>
span { border-color: #5ED2CC; }
span { border-color: rgb(94,210,204); }
td.TdClassName
{
border-color: #5ED2CC;
}
.TagClassName
{
border-color: #5ED2CC;
}
</style>