Shades of Medium Turquoise #57DED5
Tints of Medium Turquoise #57DED5
RGB
CMYK
RGB Variations
Color information
#57DED5 (or 0x57DED5) is known color: Medium Turquoise. HEX triplet: 57, DE and D5. RGB value is (87,222,213). Sum of RGB (Red+Green+Blue) = 87+222+213=522 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.67% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #57DED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DED5 is #A8212A. Grayscale: #B4B4B4. Windows color (decimal): -11018539 or 14016087. OLE color: 14016087.
HSL color Cylindrical-coordinate representation of color #57DED5: hue angle of 176º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DED5 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 222 | 213 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.13 |
| HSL | 176º | 0.67% | 0.61% | - |
| HSV(B) | 176º | 0.61% | 0.87% | - |
| XYZ | 42.06 | 59.07 | 72.14 | - |
| YUV | 180.61 | 146.27 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 222 | 213 | 0.61 | 0 | 0.04 | 0.13 | 176 | 0.67 | 0.61 |
| Hex | 57 | DE | D5 | 3D | 0 | 4 | D | B0 | 43 | 3D |
| Octal | 127 | 336 | 325 | 75 | 0 | 4 | 15 | 260 | 103 | 75 |
| Binary | 1010111 | 11011110 | 11010101 | 111101 | 0 | 100 | 1101 | 10110000 | 1000011 | 111101 |
Color Harmonies of #57DED5
Complementary color
Monochromatic Colors of #57DED5
Black with #57DED5
Text Example
Text Example
White with #57DED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DED5; }
p { color: rgb(87,222,213); }
H1.HeaderClassName
{
color: #57DED5;
}
.AnyTagClassName
{
color: #57DED5;
}
</style>
background-color css
<style>
a { background-color: #57DED5; }
a { background-color: rgb(87,222,213); }
div.DivClassName
{
background-color: #57DED5;
}
.BgClassName
{
background-color: #57DED5;
}
</style>
border-color css
<style>
span { border-color: #57DED5; }
span { border-color: rgb(87,222,213); }
td.TdClassName
{
border-color: #57DED5;
}
.TagClassName
{
border-color: #57DED5;
}
</style>