Shades of Medium Turquoise #57D7D0
Tints of Medium Turquoise #57D7D0
RGB
CMYK
RGB Variations
Color information
#57D7D0 (or 0x57D7D0) is known color: Medium Turquoise. HEX triplet: 57, D7 and D0. RGB value is (87,215,208). Sum of RGB (Red+Green+Blue) = 87+215+208=510 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.06% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #57D7D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D7D0 is #A8282F. Grayscale: #AFAFAF. Windows color (decimal): -11020336 or 13686615. OLE color: 13686615.
HSL color Cylindrical-coordinate representation of color #57D7D0: hue angle of 176.72º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D7D0 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 215 | 208 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.16 |
| HSL | 176.72º | 0.62% | 0.59% | - |
| HSV(B) | 176.72º | 0.6% | 0.84% | - |
| XYZ | 39.62 | 55.18 | 68.24 | - |
| YUV | 175.93 | 146.09 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 215 | 208 | 0.60 | 0 | 0.03 | 0.16 | 176.72 | 0.62 | 0.59 |
| Hex | 57 | D7 | D0 | 3C | 0 | 3 | 10 | B1 | 3E | 3B |
| Octal | 127 | 327 | 320 | 74 | 0 | 3 | 20 | 261 | 76 | 73 |
| Binary | 1010111 | 11010111 | 11010000 | 111100 | 0 | 11 | 10000 | 10110001 | 111110 | 111011 |
Color Harmonies of #57D7D0
Complementary color
Monochromatic Colors of #57D7D0
Black with #57D7D0
Text Example
Text Example
White with #57D7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D7D0; }
p { color: rgb(87,215,208); }
H1.HeaderClassName
{
color: #57D7D0;
}
.AnyTagClassName
{
color: #57D7D0;
}
</style>
background-color css
<style>
a { background-color: #57D7D0; }
a { background-color: rgb(87,215,208); }
div.DivClassName
{
background-color: #57D7D0;
}
.BgClassName
{
background-color: #57D7D0;
}
</style>
border-color css
<style>
span { border-color: #57D7D0; }
span { border-color: rgb(87,215,208); }
td.TdClassName
{
border-color: #57D7D0;
}
.TagClassName
{
border-color: #57D7D0;
}
</style>