Shades of Medium Turquoise #57DACC
Tints of Medium Turquoise #57DACC
RGB
CMYK
RGB Variations
Color information
#57DACC (or 0x57DACC) is known color: Medium Turquoise. HEX triplet: 57, DA and CC. RGB value is (87,218,204). Sum of RGB (Red+Green+Blue) = 87+218+204=509 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.09% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #57DACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DACC is #A82533. Grayscale: #B1B1B1. Windows color (decimal): -11019572 or 13425239. OLE color: 13425239.
HSL color Cylindrical-coordinate representation of color #57DACC: hue angle of 173.59º degrees, saturation: 0.64, 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 #57DACC is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 218 | 204 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.15 |
| HSL | 173.59º | 0.64% | 0.6% | - |
| HSV(B) | 173.59º | 0.6% | 0.85% | - |
| XYZ | 39.9 | 56.53 | 65.93 | - |
| YUV | 177.24 | 143.1 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 218 | 204 | 0.60 | 0 | 0.06 | 0.15 | 173.59 | 0.64 | 0.6 |
| Hex | 57 | DA | CC | 3C | 0 | 6 | F | AE | 40 | 3C |
| Octal | 127 | 332 | 314 | 74 | 0 | 6 | 17 | 256 | 100 | 74 |
| Binary | 1010111 | 11011010 | 11001100 | 111100 | 0 | 110 | 1111 | 10101110 | 1000000 | 111100 |
Color Harmonies of #57DACC
Complementary color
Monochromatic Colors of #57DACC
Black with #57DACC
Text Example
Text Example
White with #57DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DACC; }
p { color: rgb(87,218,204); }
H1.HeaderClassName
{
color: #57DACC;
}
.AnyTagClassName
{
color: #57DACC;
}
</style>
background-color css
<style>
a { background-color: #57DACC; }
a { background-color: rgb(87,218,204); }
div.DivClassName
{
background-color: #57DACC;
}
.BgClassName
{
background-color: #57DACC;
}
</style>
border-color css
<style>
span { border-color: #57DACC; }
span { border-color: rgb(87,218,204); }
td.TdClassName
{
border-color: #57DACC;
}
.TagClassName
{
border-color: #57DACC;
}
</style>