Shades of Medium Turquoise #57DBD2
Tints of Medium Turquoise #57DBD2
RGB
CMYK
RGB Variations
Color information
#57DBD2 (or 0x57DBD2) is known color: Medium Turquoise. HEX triplet: 57, DB and D2. RGB value is (87,219,210). Sum of RGB (Red+Green+Blue) = 87+219+210=516 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.86% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #57DBD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DBD2 is #A8242D. Grayscale: #B2B2B2. Windows color (decimal): -11019310 or 13818711. OLE color: 13818711.
HSL color Cylindrical-coordinate representation of color #57DBD2: hue angle of 175.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DBD2 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 219 | 210 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.14 |
| HSL | 175.91º | 0.65% | 0.6% | - |
| HSV(B) | 175.91º | 0.6% | 0.86% | - |
| XYZ | 40.89 | 57.34 | 69.89 | - |
| YUV | 178.51 | 145.77 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 210 | 0.60 | 0 | 0.04 | 0.14 | 175.91 | 0.65 | 0.6 |
| Hex | 57 | DB | D2 | 3C | 0 | 4 | E | B0 | 41 | 3C |
| Octal | 127 | 333 | 322 | 74 | 0 | 4 | 16 | 260 | 101 | 74 |
| Binary | 1010111 | 11011011 | 11010010 | 111100 | 0 | 100 | 1110 | 10110000 | 1000001 | 111100 |
Color Harmonies of #57DBD2
Complementary color
Monochromatic Colors of #57DBD2
Black with #57DBD2
Text Example
Text Example
White with #57DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DBD2; }
p { color: rgb(87,219,210); }
H1.HeaderClassName
{
color: #57DBD2;
}
.AnyTagClassName
{
color: #57DBD2;
}
</style>
background-color css
<style>
a { background-color: #57DBD2; }
a { background-color: rgb(87,219,210); }
div.DivClassName
{
background-color: #57DBD2;
}
.BgClassName
{
background-color: #57DBD2;
}
</style>
border-color css
<style>
span { border-color: #57DBD2; }
span { border-color: rgb(87,219,210); }
td.TdClassName
{
border-color: #57DBD2;
}
.TagClassName
{
border-color: #57DBD2;
}
</style>