Shades of Medium Turquoise #57DCDC
Tints of Medium Turquoise #57DCDC
RGB
CMYK
RGB Variations
Color information
#57DCDC (or 0x57DCDC) is known color: Medium Turquoise. HEX triplet: 57, DC and DC. RGB value is (87,220,220). Sum of RGB (Red+Green+Blue) = 87+220+220=527 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.51% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #57DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DCDC is #A82323. Grayscale: #B4B4B4. Windows color (decimal): -11019044 or 14474327. OLE color: 14474327.
HSL color Cylindrical-coordinate representation of color #57DCDC: hue angle of 180º 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 #57DCDC is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 220 | - |
| CMYK | 0.60 | 0 | 0 | 0.14 |
| HSL | 180º | 0.66% | 0.6% | - |
| HSV(B) | 180º | 0.6% | 0.86% | - |
| XYZ | 42.44 | 58.38 | 76.74 | - |
| YUV | 180.23 | 150.44 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 220 | 0.60 | 0 | 0 | 0.14 | 180 | 0.66 | 0.6 |
| Hex | 57 | DC | DC | 3C | 0 | 0 | E | B4 | 42 | 3C |
| Octal | 127 | 334 | 334 | 74 | 0 | 0 | 16 | 264 | 102 | 74 |
| Binary | 1010111 | 11011100 | 11011100 | 111100 | 0 | 0 | 1110 | 10110100 | 1000010 | 111100 |
Color Harmonies of #57DCDC
Complementary color
Monochromatic Colors of #57DCDC
Black with #57DCDC
Text Example
Text Example
White with #57DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DCDC; }
p { color: rgb(87,220,220); }
H1.HeaderClassName
{
color: #57DCDC;
}
.AnyTagClassName
{
color: #57DCDC;
}
</style>
background-color css
<style>
a { background-color: #57DCDC; }
a { background-color: rgb(87,220,220); }
div.DivClassName
{
background-color: #57DCDC;
}
.BgClassName
{
background-color: #57DCDC;
}
</style>
border-color css
<style>
span { border-color: #57DCDC; }
span { border-color: rgb(87,220,220); }
td.TdClassName
{
border-color: #57DCDC;
}
.TagClassName
{
border-color: #57DCDC;
}
</style>