Shades of Medium Turquoise #57DCCB
Tints of Medium Turquoise #57DCCB
RGB
CMYK
RGB Variations
Color information
#57DCCB (or 0x57DCCB) is known color: Medium Turquoise. HEX triplet: 57, DC and CB. RGB value is (87,220,203). Sum of RGB (Red+Green+Blue) = 87+220+203=510 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.06% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #57DCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DCCB is #A82334. Grayscale: #B2B2B2. Windows color (decimal): -11019061 or 13360215. OLE color: 13360215.
HSL color Cylindrical-coordinate representation of color #57DCCB: hue angle of 172.33º degrees, saturation: 0.66, 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 #57DCCB is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 203 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.14 |
| HSL | 172.33º | 0.66% | 0.6% | - |
| HSV(B) | 172.33º | 0.6% | 0.86% | - |
| XYZ | 40.3 | 57.52 | 65.48 | - |
| YUV | 178.3 | 141.94 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 203 | 0.60 | 0 | 0.08 | 0.14 | 172.33 | 0.66 | 0.6 |
| Hex | 57 | DC | CB | 3C | 0 | 8 | E | AC | 42 | 3C |
| Octal | 127 | 334 | 313 | 74 | 0 | 10 | 16 | 254 | 102 | 74 |
| Binary | 1010111 | 11011100 | 11001011 | 111100 | 0 | 1000 | 1110 | 10101100 | 1000010 | 111100 |
Color Harmonies of #57DCCB
Complementary color
Monochromatic Colors of #57DCCB
Black with #57DCCB
Text Example
Text Example
White with #57DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DCCB; }
p { color: rgb(87,220,203); }
H1.HeaderClassName
{
color: #57DCCB;
}
.AnyTagClassName
{
color: #57DCCB;
}
</style>
background-color css
<style>
a { background-color: #57DCCB; }
a { background-color: rgb(87,220,203); }
div.DivClassName
{
background-color: #57DCCB;
}
.BgClassName
{
background-color: #57DCCB;
}
</style>
border-color css
<style>
span { border-color: #57DCCB; }
span { border-color: rgb(87,220,203); }
td.TdClassName
{
border-color: #57DCCB;
}
.TagClassName
{
border-color: #57DCCB;
}
</style>