Shades of Medium Turquoise #57DDC9
Tints of Medium Turquoise #57DDC9
RGB
CMYK
RGB Variations
Color information
#57DDC9 (or 0x57DDC9) is known color: Medium Turquoise. HEX triplet: 57, DD and C9. RGB value is (87,221,201). Sum of RGB (Red+Green+Blue) = 87+221+201=509 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.09% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDC9 is #A82236. Grayscale: #B2B2B2. Windows color (decimal): -11018807 or 13229399. OLE color: 13229399.
HSL color Cylindrical-coordinate representation of color #57DDC9: hue angle of 171.04º 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 #57DDC9 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 201 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.13 |
| HSL | 171.04º | 0.66% | 0.6% | - |
| HSV(B) | 171.04º | 0.61% | 0.87% | - |
| XYZ | 40.33 | 57.96 | 64.32 | - |
| YUV | 178.65 | 140.61 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 201 | 0.61 | 0 | 0.09 | 0.13 | 171.04 | 0.66 | 0.6 |
| Hex | 57 | DD | C9 | 3D | 0 | 9 | D | AB | 42 | 3C |
| Octal | 127 | 335 | 311 | 75 | 0 | 11 | 15 | 253 | 102 | 74 |
| Binary | 1010111 | 11011101 | 11001001 | 111101 | 0 | 1001 | 1101 | 10101011 | 1000010 | 111100 |
Color Harmonies of #57DDC9
Complementary color
Monochromatic Colors of #57DDC9
Black with #57DDC9
Text Example
Text Example
White with #57DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDC9; }
p { color: rgb(87,221,201); }
H1.HeaderClassName
{
color: #57DDC9;
}
.AnyTagClassName
{
color: #57DDC9;
}
</style>
background-color css
<style>
a { background-color: #57DDC9; }
a { background-color: rgb(87,221,201); }
div.DivClassName
{
background-color: #57DDC9;
}
.BgClassName
{
background-color: #57DDC9;
}
</style>
border-color css
<style>
span { border-color: #57DDC9; }
span { border-color: rgb(87,221,201); }
td.TdClassName
{
border-color: #57DDC9;
}
.TagClassName
{
border-color: #57DDC9;
}
</style>