Shades of Medium Turquoise #57D9C0
Tints of Medium Turquoise #57D9C0
RGB
CMYK
RGB Variations
Color information
#57D9C0 (or 0x57D9C0) is known color: Medium Turquoise. HEX triplet: 57, D9 and C0. RGB value is (87,217,192). Sum of RGB (Red+Green+Blue) = 87+217+192=496 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.54% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #57D9C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D9C0 is #A8263F. Grayscale: #AFAFAF. Windows color (decimal): -11019840 or 12638551. OLE color: 12638551.
HSL color Cylindrical-coordinate representation of color #57D9C0: hue angle of 168.46º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D9C0 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 217 | 192 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.15 |
| HSL | 168.46º | 0.63% | 0.6% | - |
| HSV(B) | 168.46º | 0.6% | 0.85% | - |
| XYZ | 38.26 | 55.46 | 58.56 | - |
| YUV | 175.28 | 137.43 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 217 | 192 | 0.60 | 0 | 0.12 | 0.15 | 168.46 | 0.63 | 0.6 |
| Hex | 57 | D9 | C0 | 3C | 0 | C | F | A8 | 3F | 3C |
| Octal | 127 | 331 | 300 | 74 | 0 | 14 | 17 | 250 | 77 | 74 |
| Binary | 1010111 | 11011001 | 11000000 | 111100 | 0 | 1100 | 1111 | 10101000 | 111111 | 111100 |
Color Harmonies of #57D9C0
Complementary color
Monochromatic Colors of #57D9C0
Black with #57D9C0
Text Example
Text Example
White with #57D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D9C0; }
p { color: rgb(87,217,192); }
H1.HeaderClassName
{
color: #57D9C0;
}
.AnyTagClassName
{
color: #57D9C0;
}
</style>
background-color css
<style>
a { background-color: #57D9C0; }
a { background-color: rgb(87,217,192); }
div.DivClassName
{
background-color: #57D9C0;
}
.BgClassName
{
background-color: #57D9C0;
}
</style>
border-color css
<style>
span { border-color: #57D9C0; }
span { border-color: rgb(87,217,192); }
td.TdClassName
{
border-color: #57D9C0;
}
.TagClassName
{
border-color: #57D9C0;
}
</style>