Shades of Medium Turquoise #57D8C9
Tints of Medium Turquoise #57D8C9
RGB
CMYK
RGB Variations
Color information
#57D8C9 (or 0x57D8C9) is known color: Medium Turquoise. HEX triplet: 57, D8 and C9. RGB value is (87,216,201). Sum of RGB (Red+Green+Blue) = 87+216+201=504 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.26% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #57D8C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D8C9 is #A82736. Grayscale: #AFAFAF. Windows color (decimal): -11020087 or 13228119. OLE color: 13228119.
HSL color Cylindrical-coordinate representation of color #57D8C9: hue angle of 173.02º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D8C9 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 216 | 201 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.15 |
| HSL | 173.02º | 0.62% | 0.59% | - |
| HSV(B) | 173.02º | 0.6% | 0.85% | - |
| XYZ | 39.03 | 55.36 | 63.89 | - |
| YUV | 175.72 | 142.26 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 216 | 201 | 0.60 | 0 | 0.07 | 0.15 | 173.02 | 0.62 | 0.59 |
| Hex | 57 | D8 | C9 | 3C | 0 | 7 | F | AD | 3E | 3B |
| Octal | 127 | 330 | 311 | 74 | 0 | 7 | 17 | 255 | 76 | 73 |
| Binary | 1010111 | 11011000 | 11001001 | 111100 | 0 | 111 | 1111 | 10101101 | 111110 | 111011 |
Color Harmonies of #57D8C9
Complementary color
Monochromatic Colors of #57D8C9
Black with #57D8C9
Text Example
Text Example
White with #57D8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D8C9; }
p { color: rgb(87,216,201); }
H1.HeaderClassName
{
color: #57D8C9;
}
.AnyTagClassName
{
color: #57D8C9;
}
</style>
background-color css
<style>
a { background-color: #57D8C9; }
a { background-color: rgb(87,216,201); }
div.DivClassName
{
background-color: #57D8C9;
}
.BgClassName
{
background-color: #57D8C9;
}
</style>
border-color css
<style>
span { border-color: #57D8C9; }
span { border-color: rgb(87,216,201); }
td.TdClassName
{
border-color: #57D8C9;
}
.TagClassName
{
border-color: #57D8C9;
}
</style>