Shades of Medium Turquoise #57DDD9
Tints of Medium Turquoise #57DDD9
RGB
CMYK
RGB Variations
Color information
#57DDD9 (or 0x57DDD9) is known color: Medium Turquoise. HEX triplet: 57, DD and D9. RGB value is (87,221,217). Sum of RGB (Red+Green+Blue) = 87+221+217=525 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.57% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDD9 is #A82226. Grayscale: #B4B4B4. Windows color (decimal): -11018791 or 14277975. OLE color: 14277975.
HSL color Cylindrical-coordinate representation of color #57DDD9: hue angle of 178.21º 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 #57DDD9 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 217 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.13 |
| HSL | 178.21º | 0.66% | 0.6% | - |
| HSV(B) | 178.21º | 0.61% | 0.87% | - |
| XYZ | 42.31 | 58.75 | 74.76 | - |
| YUV | 180.48 | 148.61 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 217 | 0.61 | 0 | 0.02 | 0.13 | 178.21 | 0.66 | 0.6 |
| Hex | 57 | DD | D9 | 3D | 0 | 2 | D | B2 | 42 | 3C |
| Octal | 127 | 335 | 331 | 75 | 0 | 2 | 15 | 262 | 102 | 74 |
| Binary | 1010111 | 11011101 | 11011001 | 111101 | 0 | 10 | 1101 | 10110010 | 1000010 | 111100 |
Color Harmonies of #57DDD9
Complementary color
Monochromatic Colors of #57DDD9
Black with #57DDD9
Text Example
Text Example
White with #57DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDD9; }
p { color: rgb(87,221,217); }
H1.HeaderClassName
{
color: #57DDD9;
}
.AnyTagClassName
{
color: #57DDD9;
}
</style>
background-color css
<style>
a { background-color: #57DDD9; }
a { background-color: rgb(87,221,217); }
div.DivClassName
{
background-color: #57DDD9;
}
.BgClassName
{
background-color: #57DDD9;
}
</style>
border-color css
<style>
span { border-color: #57DDD9; }
span { border-color: rgb(87,221,217); }
td.TdClassName
{
border-color: #57DDD9;
}
.TagClassName
{
border-color: #57DDD9;
}
</style>