Shades of Medium Turquoise #57DBCD
Tints of Medium Turquoise #57DBCD
RGB
CMYK
RGB Variations
Color information
#57DBCD (or 0x57DBCD) is known color: Medium Turquoise. HEX triplet: 57, DB and CD. RGB value is (87,219,205). Sum of RGB (Red+Green+Blue) = 87+219+205=511 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.03% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #57DBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DBCD is #A82432. Grayscale: #B1B1B1. Windows color (decimal): -11019315 or 13491031. OLE color: 13491031.
HSL color Cylindrical-coordinate representation of color #57DBCD: hue angle of 173.64º 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 #57DBCD is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 219 | 205 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.14 |
| HSL | 173.64º | 0.65% | 0.6% | - |
| HSV(B) | 173.64º | 0.6% | 0.86% | - |
| XYZ | 40.28 | 57.1 | 66.66 | - |
| YUV | 177.94 | 143.27 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 205 | 0.60 | 0 | 0.06 | 0.14 | 173.64 | 0.65 | 0.6 |
| Hex | 57 | DB | CD | 3C | 0 | 6 | E | AE | 41 | 3C |
| Octal | 127 | 333 | 315 | 74 | 0 | 6 | 16 | 256 | 101 | 74 |
| Binary | 1010111 | 11011011 | 11001101 | 111100 | 0 | 110 | 1110 | 10101110 | 1000001 | 111100 |
Color Harmonies of #57DBCD
Complementary color
Monochromatic Colors of #57DBCD
Black with #57DBCD
Text Example
Text Example
White with #57DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DBCD; }
p { color: rgb(87,219,205); }
H1.HeaderClassName
{
color: #57DBCD;
}
.AnyTagClassName
{
color: #57DBCD;
}
</style>
background-color css
<style>
a { background-color: #57DBCD; }
a { background-color: rgb(87,219,205); }
div.DivClassName
{
background-color: #57DBCD;
}
.BgClassName
{
background-color: #57DBCD;
}
</style>
border-color css
<style>
span { border-color: #57DBCD; }
span { border-color: rgb(87,219,205); }
td.TdClassName
{
border-color: #57DBCD;
}
.TagClassName
{
border-color: #57DBCD;
}
</style>