Shades of Medium Turquoise #57DDCE
Tints of Medium Turquoise #57DDCE
RGB
CMYK
RGB Variations
Color information
#57DDCE (or 0x57DDCE) is known color: Medium Turquoise. HEX triplet: 57, DD and CE. RGB value is (87,221,206). Sum of RGB (Red+Green+Blue) = 87+221+206=514 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.93% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DDCE is #A82231. Grayscale: #B3B3B3. Windows color (decimal): -11018802 or 13557079. OLE color: 13557079.
HSL color Cylindrical-coordinate representation of color #57DDCE: hue angle of 173.28º 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 #57DDCE is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 206 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.13 |
| HSL | 173.28º | 0.66% | 0.6% | - |
| HSV(B) | 173.28º | 0.61% | 0.87% | - |
| XYZ | 40.93 | 58.2 | 67.47 | - |
| YUV | 179.22 | 143.11 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 206 | 0.61 | 0 | 0.07 | 0.13 | 173.28 | 0.66 | 0.6 |
| Hex | 57 | DD | CE | 3D | 0 | 7 | D | AD | 42 | 3C |
| Octal | 127 | 335 | 316 | 75 | 0 | 7 | 15 | 255 | 102 | 74 |
| Binary | 1010111 | 11011101 | 11001110 | 111101 | 0 | 111 | 1101 | 10101101 | 1000010 | 111100 |
Color Harmonies of #57DDCE
Complementary color
Monochromatic Colors of #57DDCE
Black with #57DDCE
Text Example
Text Example
White with #57DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDCE; }
p { color: rgb(87,221,206); }
H1.HeaderClassName
{
color: #57DDCE;
}
.AnyTagClassName
{
color: #57DDCE;
}
</style>
background-color css
<style>
a { background-color: #57DDCE; }
a { background-color: rgb(87,221,206); }
div.DivClassName
{
background-color: #57DDCE;
}
.BgClassName
{
background-color: #57DDCE;
}
</style>
border-color css
<style>
span { border-color: #57DDCE; }
span { border-color: rgb(87,221,206); }
td.TdClassName
{
border-color: #57DDCE;
}
.TagClassName
{
border-color: #57DDCE;
}
</style>