Shades of Medium Turquoise #57DDD0
Tints of Medium Turquoise #57DDD0
RGB
CMYK
RGB Variations
Color information
#57DDD0 (or 0x57DDD0) is known color: Medium Turquoise. HEX triplet: 57, DD and D0. RGB value is (87,221,208). Sum of RGB (Red+Green+Blue) = 87+221+208=516 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.86% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDD0 is #A8222F. Grayscale: #B3B3B3. Windows color (decimal): -11018800 or 13688151. OLE color: 13688151.
HSL color Cylindrical-coordinate representation of color #57DDD0: hue angle of 174.18º 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 #57DDD0 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 208 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.13 |
| HSL | 174.18º | 0.66% | 0.6% | - |
| HSV(B) | 174.18º | 0.61% | 0.87% | - |
| XYZ | 41.17 | 58.29 | 68.76 | - |
| YUV | 179.45 | 144.11 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 208 | 0.61 | 0 | 0.06 | 0.13 | 174.18 | 0.66 | 0.6 |
| Hex | 57 | DD | D0 | 3D | 0 | 6 | D | AE | 42 | 3C |
| Octal | 127 | 335 | 320 | 75 | 0 | 6 | 15 | 256 | 102 | 74 |
| Binary | 1010111 | 11011101 | 11010000 | 111101 | 0 | 110 | 1101 | 10101110 | 1000010 | 111100 |
Color Harmonies of #57DDD0
Complementary color
Monochromatic Colors of #57DDD0
Black with #57DDD0
Text Example
Text Example
White with #57DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDD0; }
p { color: rgb(87,221,208); }
H1.HeaderClassName
{
color: #57DDD0;
}
.AnyTagClassName
{
color: #57DDD0;
}
</style>
background-color css
<style>
a { background-color: #57DDD0; }
a { background-color: rgb(87,221,208); }
div.DivClassName
{
background-color: #57DDD0;
}
.BgClassName
{
background-color: #57DDD0;
}
</style>
border-color css
<style>
span { border-color: #57DDD0; }
span { border-color: rgb(87,221,208); }
td.TdClassName
{
border-color: #57DDD0;
}
.TagClassName
{
border-color: #57DDD0;
}
</style>