Shades of Medium Turquoise #57D7D5
Tints of Medium Turquoise #57D7D5
RGB
CMYK
RGB Variations
Color information
#57D7D5 (or 0x57D7D5) is known color: Medium Turquoise. HEX triplet: 57, D7 and D5. RGB value is (87,215,213). Sum of RGB (Red+Green+Blue) = 87+215+213=515 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.89% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #57D7D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D7D5 is #A8282A. Grayscale: #B0B0B0. Windows color (decimal): -11020331 or 14014295. OLE color: 14014295.
HSL color Cylindrical-coordinate representation of color #57D7D5: hue angle of 179.06º 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 #57D7D5 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 215 | 213 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.16 |
| HSL | 179.06º | 0.62% | 0.59% | - |
| HSV(B) | 179.06º | 0.6% | 0.84% | - |
| XYZ | 40.24 | 55.43 | 71.53 | - |
| YUV | 176.5 | 148.59 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 215 | 213 | 0.60 | 0 | 0.01 | 0.16 | 179.06 | 0.62 | 0.59 |
| Hex | 57 | D7 | D5 | 3C | 0 | 1 | 10 | B3 | 3E | 3B |
| Octal | 127 | 327 | 325 | 74 | 0 | 1 | 20 | 263 | 76 | 73 |
| Binary | 1010111 | 11010111 | 11010101 | 111100 | 0 | 1 | 10000 | 10110011 | 111110 | 111011 |
Color Harmonies of #57D7D5
Complementary color
Monochromatic Colors of #57D7D5
Black with #57D7D5
Text Example
Text Example
White with #57D7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D7D5; }
p { color: rgb(87,215,213); }
H1.HeaderClassName
{
color: #57D7D5;
}
.AnyTagClassName
{
color: #57D7D5;
}
</style>
background-color css
<style>
a { background-color: #57D7D5; }
a { background-color: rgb(87,215,213); }
div.DivClassName
{
background-color: #57D7D5;
}
.BgClassName
{
background-color: #57D7D5;
}
</style>
border-color css
<style>
span { border-color: #57D7D5; }
span { border-color: rgb(87,215,213); }
td.TdClassName
{
border-color: #57D7D5;
}
.TagClassName
{
border-color: #57D7D5;
}
</style>