Shades of Medium Turquoise #57DACB
Tints of Medium Turquoise #57DACB
RGB
CMYK
RGB Variations
Color information
#57DACB (or 0x57DACB) is known color: Medium Turquoise. HEX triplet: 57, DA and CB. RGB value is (87,218,203). Sum of RGB (Red+Green+Blue) = 87+218+203=508 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.13% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 218 - color contains mainly: green. Hex color #57DACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DACB is #A82534. Grayscale: #B1B1B1. Windows color (decimal): -11019573 or 13359703. OLE color: 13359703.
HSL color Cylindrical-coordinate representation of color #57DACB: hue angle of 173.13º 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 #57DACB is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 218 | 203 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.15 |
| HSL | 173.13º | 0.64% | 0.6% | - |
| HSV(B) | 173.13º | 0.6% | 0.85% | - |
| XYZ | 39.78 | 56.48 | 65.31 | - |
| YUV | 177.12 | 142.6 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 218 | 203 | 0.60 | 0 | 0.07 | 0.15 | 173.13 | 0.64 | 0.6 |
| Hex | 57 | DA | CB | 3C | 0 | 7 | F | AD | 40 | 3C |
| Octal | 127 | 332 | 313 | 74 | 0 | 7 | 17 | 255 | 100 | 74 |
| Binary | 1010111 | 11011010 | 11001011 | 111100 | 0 | 111 | 1111 | 10101101 | 1000000 | 111100 |
Color Harmonies of #57DACB
Complementary color
Monochromatic Colors of #57DACB
Black with #57DACB
Text Example
Text Example
White with #57DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DACB; }
p { color: rgb(87,218,203); }
H1.HeaderClassName
{
color: #57DACB;
}
.AnyTagClassName
{
color: #57DACB;
}
</style>
background-color css
<style>
a { background-color: #57DACB; }
a { background-color: rgb(87,218,203); }
div.DivClassName
{
background-color: #57DACB;
}
.BgClassName
{
background-color: #57DACB;
}
</style>
border-color css
<style>
span { border-color: #57DACB; }
span { border-color: rgb(87,218,203); }
td.TdClassName
{
border-color: #57DACB;
}
.TagClassName
{
border-color: #57DACB;
}
</style>