Shades of Medium Turquoise #57DDD2
Tints of Medium Turquoise #57DDD2
RGB
CMYK
RGB Variations
Color information
#57DDD2 (or 0x57DDD2) is known color: Medium Turquoise. HEX triplet: 57, DD and D2. RGB value is (87,221,210). Sum of RGB (Red+Green+Blue) = 87+221+210=518 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.80% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDD2 is #A8222D. Grayscale: #B3B3B3. Windows color (decimal): -11018798 or 13819223. OLE color: 13819223.
HSL color Cylindrical-coordinate representation of color #57DDD2: hue angle of 175.07º 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 #57DDD2 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 210 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.13 |
| HSL | 175.07º | 0.66% | 0.6% | - |
| HSV(B) | 175.07º | 0.61% | 0.87% | - |
| XYZ | 41.42 | 58.39 | 70.06 | - |
| YUV | 179.68 | 145.11 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 210 | 0.61 | 0 | 0.05 | 0.13 | 175.07 | 0.66 | 0.6 |
| Hex | 57 | DD | D2 | 3D | 0 | 5 | D | AF | 42 | 3C |
| Octal | 127 | 335 | 322 | 75 | 0 | 5 | 15 | 257 | 102 | 74 |
| Binary | 1010111 | 11011101 | 11010010 | 111101 | 0 | 101 | 1101 | 10101111 | 1000010 | 111100 |
Color Harmonies of #57DDD2
Complementary color
Monochromatic Colors of #57DDD2
Black with #57DDD2
Text Example
Text Example
White with #57DDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDD2; }
p { color: rgb(87,221,210); }
H1.HeaderClassName
{
color: #57DDD2;
}
.AnyTagClassName
{
color: #57DDD2;
}
</style>
background-color css
<style>
a { background-color: #57DDD2; }
a { background-color: rgb(87,221,210); }
div.DivClassName
{
background-color: #57DDD2;
}
.BgClassName
{
background-color: #57DDD2;
}
</style>
border-color css
<style>
span { border-color: #57DDD2; }
span { border-color: rgb(87,221,210); }
td.TdClassName
{
border-color: #57DDD2;
}
.TagClassName
{
border-color: #57DDD2;
}
</style>