Shades of Medium Turquoise #57DDCB
Tints of Medium Turquoise #57DDCB
RGB
CMYK
RGB Variations
Color information
#57DDCB (or 0x57DDCB) is known color: Medium Turquoise. HEX triplet: 57, DD and CB. RGB value is (87,221,203). Sum of RGB (Red+Green+Blue) = 87+221+203=511 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.03% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDCB is #A82234. Grayscale: #B2B2B2. Windows color (decimal): -11018805 or 13360471. OLE color: 13360471.
HSL color Cylindrical-coordinate representation of color #57DDCB: hue angle of 171.94º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DDCB is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 203 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.13 |
| HSL | 171.94º | 0.66% | 0.6% | - |
| HSV(B) | 171.94º | 0.61% | 0.87% | - |
| XYZ | 40.57 | 58.05 | 65.57 | - |
| YUV | 178.88 | 141.61 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 203 | 0.61 | 0 | 0.08 | 0.13 | 171.94 | 0.66 | 0.6 |
| Hex | 57 | DD | CB | 3D | 0 | 8 | D | AC | 42 | 3C |
| Octal | 127 | 335 | 313 | 75 | 0 | 10 | 15 | 254 | 102 | 74 |
| Binary | 1010111 | 11011101 | 11001011 | 111101 | 0 | 1000 | 1101 | 10101100 | 1000010 | 111100 |
Color Harmonies of #57DDCB
Complementary color
Monochromatic Colors of #57DDCB
Black with #57DDCB
Text Example
Text Example
White with #57DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDCB; }
p { color: rgb(87,221,203); }
H1.HeaderClassName
{
color: #57DDCB;
}
.AnyTagClassName
{
color: #57DDCB;
}
</style>
background-color css
<style>
a { background-color: #57DDCB; }
a { background-color: rgb(87,221,203); }
div.DivClassName
{
background-color: #57DDCB;
}
.BgClassName
{
background-color: #57DDCB;
}
</style>
border-color css
<style>
span { border-color: #57DDCB; }
span { border-color: rgb(87,221,203); }
td.TdClassName
{
border-color: #57DDCB;
}
.TagClassName
{
border-color: #57DDCB;
}
</style>