Shades of Medium Turquoise #57DED1
Tints of Medium Turquoise #57DED1
RGB
CMYK
RGB Variations
Color information
#57DED1 (or 0x57DED1) is known color: Medium Turquoise. HEX triplet: 57, DE and D1. RGB value is (87,222,209). Sum of RGB (Red+Green+Blue) = 87+222+209=518 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.80% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #57DED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DED1 is #A8212E. Grayscale: #B4B4B4. Windows color (decimal): -11018543 or 13753943. OLE color: 13753943.
HSL color Cylindrical-coordinate representation of color #57DED1: hue angle of 174.22º 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 #57DED1 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 222 | 209 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.13 |
| HSL | 174.22º | 0.67% | 0.61% | - |
| HSV(B) | 174.22º | 0.61% | 0.87% | - |
| XYZ | 41.56 | 58.87 | 69.49 | - |
| YUV | 180.15 | 144.27 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 222 | 209 | 0.61 | 0 | 0.06 | 0.13 | 174.22 | 0.67 | 0.61 |
| Hex | 57 | DE | D1 | 3D | 0 | 6 | D | AE | 43 | 3D |
| Octal | 127 | 336 | 321 | 75 | 0 | 6 | 15 | 256 | 103 | 75 |
| Binary | 1010111 | 11011110 | 11010001 | 111101 | 0 | 110 | 1101 | 10101110 | 1000011 | 111101 |
Color Harmonies of #57DED1
Complementary color
Monochromatic Colors of #57DED1
Black with #57DED1
Text Example
Text Example
White with #57DED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DED1; }
p { color: rgb(87,222,209); }
H1.HeaderClassName
{
color: #57DED1;
}
.AnyTagClassName
{
color: #57DED1;
}
</style>
background-color css
<style>
a { background-color: #57DED1; }
a { background-color: rgb(87,222,209); }
div.DivClassName
{
background-color: #57DED1;
}
.BgClassName
{
background-color: #57DED1;
}
</style>
border-color css
<style>
span { border-color: #57DED1; }
span { border-color: rgb(87,222,209); }
td.TdClassName
{
border-color: #57DED1;
}
.TagClassName
{
border-color: #57DED1;
}
</style>