Shades of Medium Turquoise #57DCCD
Tints of Medium Turquoise #57DCCD
RGB
CMYK
RGB Variations
Color information
#57DCCD (or 0x57DCCD) is known color: Medium Turquoise. HEX triplet: 57, DC and CD. RGB value is (87,220,205). Sum of RGB (Red+Green+Blue) = 87+220+205=512 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.99% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #57DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DCCD is #A82332. Grayscale: #B2B2B2. Windows color (decimal): -11019059 or 13491287. OLE color: 13491287.
HSL color Cylindrical-coordinate representation of color #57DCCD: hue angle of 173.23º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DCCD is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 205 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.14 |
| HSL | 173.23º | 0.66% | 0.6% | - |
| HSV(B) | 173.23º | 0.6% | 0.86% | - |
| XYZ | 40.54 | 57.62 | 66.74 | - |
| YUV | 178.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 205 | 0.60 | 0 | 0.07 | 0.14 | 173.23 | 0.66 | 0.6 |
| Hex | 57 | DC | CD | 3C | 0 | 7 | E | AD | 42 | 3C |
| Octal | 127 | 334 | 315 | 74 | 0 | 7 | 16 | 255 | 102 | 74 |
| Binary | 1010111 | 11011100 | 11001101 | 111100 | 0 | 111 | 1110 | 10101101 | 1000010 | 111100 |
Color Harmonies of #57DCCD
Complementary color
Monochromatic Colors of #57DCCD
Black with #57DCCD
Text Example
Text Example
White with #57DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DCCD; }
p { color: rgb(87,220,205); }
H1.HeaderClassName
{
color: #57DCCD;
}
.AnyTagClassName
{
color: #57DCCD;
}
</style>
background-color css
<style>
a { background-color: #57DCCD; }
a { background-color: rgb(87,220,205); }
div.DivClassName
{
background-color: #57DCCD;
}
.BgClassName
{
background-color: #57DCCD;
}
</style>
border-color css
<style>
span { border-color: #57DCCD; }
span { border-color: rgb(87,220,205); }
td.TdClassName
{
border-color: #57DCCD;
}
.TagClassName
{
border-color: #57DCCD;
}
</style>