Shades of Medium Turquoise #57DAD1
Tints of Medium Turquoise #57DAD1
RGB
CMYK
RGB Variations
Color information
#57DAD1 (or 0x57DAD1) is known color: Medium Turquoise. HEX triplet: 57, DA and D1. RGB value is (87,218,209). Sum of RGB (Red+Green+Blue) = 87+218+209=514 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.93% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #57DAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DAD1 is #A8252E. Grayscale: #B1B1B1. Windows color (decimal): -11019567 or 13752919. OLE color: 13752919.
HSL color Cylindrical-coordinate representation of color #57DAD1: hue angle of 175.88º 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 #57DAD1 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 218 | 209 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.15 |
| HSL | 175.88º | 0.64% | 0.6% | - |
| HSV(B) | 175.88º | 0.6% | 0.85% | - |
| XYZ | 40.51 | 56.77 | 69.14 | - |
| YUV | 177.81 | 145.6 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 218 | 209 | 0.60 | 0 | 0.04 | 0.15 | 175.88 | 0.64 | 0.6 |
| Hex | 57 | DA | D1 | 3C | 0 | 4 | F | B0 | 40 | 3C |
| Octal | 127 | 332 | 321 | 74 | 0 | 4 | 17 | 260 | 100 | 74 |
| Binary | 1010111 | 11011010 | 11010001 | 111100 | 0 | 100 | 1111 | 10110000 | 1000000 | 111100 |
Color Harmonies of #57DAD1
Complementary color
Monochromatic Colors of #57DAD1
Black with #57DAD1
Text Example
Text Example
White with #57DAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DAD1; }
p { color: rgb(87,218,209); }
H1.HeaderClassName
{
color: #57DAD1;
}
.AnyTagClassName
{
color: #57DAD1;
}
</style>
background-color css
<style>
a { background-color: #57DAD1; }
a { background-color: rgb(87,218,209); }
div.DivClassName
{
background-color: #57DAD1;
}
.BgClassName
{
background-color: #57DAD1;
}
</style>
border-color css
<style>
span { border-color: #57DAD1; }
span { border-color: rgb(87,218,209); }
td.TdClassName
{
border-color: #57DAD1;
}
.TagClassName
{
border-color: #57DAD1;
}
</style>