Shades of Medium Turquoise #57DDDC
Tints of Medium Turquoise #57DDDC
RGB
CMYK
RGB Variations
Color information
#57DDDC (or 0x57DDDC) is known color: Medium Turquoise. HEX triplet: 57, DD and DC. RGB value is (87,221,220). Sum of RGB (Red+Green+Blue) = 87+221+220=528 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.48% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDDC is #A82223. Grayscale: #B4B4B4. Windows color (decimal): -11018788 or 14474583. OLE color: 14474583.
HSL color Cylindrical-coordinate representation of color #57DDDC: hue angle of 179.55º 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 #57DDDC is Cyan = 0.61, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 220 | - |
| CMYK | 0.61 | 0 | 0.00 | 0.13 |
| HSL | 179.55º | 0.66% | 0.6% | - |
| HSV(B) | 179.55º | 0.61% | 0.87% | - |
| XYZ | 42.71 | 58.91 | 76.83 | - |
| YUV | 180.82 | 150.11 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 220 | 0.61 | 0 | 0.00 | 0.13 | 179.55 | 0.66 | 0.6 |
| Hex | 57 | DD | DC | 3D | 0 | 0 | D | B4 | 42 | 3C |
| Octal | 127 | 335 | 334 | 75 | 0 | 0 | 15 | 264 | 102 | 74 |
| Binary | 1010111 | 11011101 | 11011100 | 111101 | 0 | 0 | 1101 | 10110100 | 1000010 | 111100 |
Color Harmonies of #57DDDC
Complementary color
Monochromatic Colors of #57DDDC
Black with #57DDDC
Text Example
Text Example
White with #57DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDDC; }
p { color: rgb(87,221,220); }
H1.HeaderClassName
{
color: #57DDDC;
}
.AnyTagClassName
{
color: #57DDDC;
}
</style>
background-color css
<style>
a { background-color: #57DDDC; }
a { background-color: rgb(87,221,220); }
div.DivClassName
{
background-color: #57DDDC;
}
.BgClassName
{
background-color: #57DDDC;
}
</style>
border-color css
<style>
span { border-color: #57DDDC; }
span { border-color: rgb(87,221,220); }
td.TdClassName
{
border-color: #57DDDC;
}
.TagClassName
{
border-color: #57DDDC;
}
</style>