Shades of Medium Turquoise #57E0D1
Tints of Medium Turquoise #57E0D1
RGB
CMYK
RGB Variations
Color information
#57E0D1 (or 0x57E0D1) is known color: Medium Turquoise. HEX triplet: 57, E0 and D1. RGB value is (87,224,209). Sum of RGB (Red+Green+Blue) = 87+224+209=520 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.73% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #57E0D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E0D1 is #A81F2E. Grayscale: #B5B5B5. Windows color (decimal): -11018031 or 13754455. OLE color: 13754455.
HSL color Cylindrical-coordinate representation of color #57E0D1: hue angle of 173.43º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57E0D1 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 224 | 209 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.12 |
| HSL | 173.43º | 0.69% | 0.61% | - |
| HSV(B) | 173.43º | 0.61% | 0.88% | - |
| XYZ | 42.09 | 59.94 | 69.67 | - |
| YUV | 181.33 | 143.61 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 224 | 209 | 0.61 | 0 | 0.07 | 0.12 | 173.43 | 0.69 | 0.61 |
| Hex | 57 | E0 | D1 | 3D | 0 | 7 | C | AD | 45 | 3D |
| Octal | 127 | 340 | 321 | 75 | 0 | 7 | 14 | 255 | 105 | 75 |
| Binary | 1010111 | 11100000 | 11010001 | 111101 | 0 | 111 | 1100 | 10101101 | 1000101 | 111101 |
Color Harmonies of #57E0D1
Complementary color
Monochromatic Colors of #57E0D1
Black with #57E0D1
Text Example
Text Example
White with #57E0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E0D1; }
p { color: rgb(87,224,209); }
H1.HeaderClassName
{
color: #57E0D1;
}
.AnyTagClassName
{
color: #57E0D1;
}
</style>
background-color css
<style>
a { background-color: #57E0D1; }
a { background-color: rgb(87,224,209); }
div.DivClassName
{
background-color: #57E0D1;
}
.BgClassName
{
background-color: #57E0D1;
}
</style>
border-color css
<style>
span { border-color: #57E0D1; }
span { border-color: rgb(87,224,209); }
td.TdClassName
{
border-color: #57E0D1;
}
.TagClassName
{
border-color: #57E0D1;
}
</style>