Shades of Medium Turquoise #57E0DC
Tints of Medium Turquoise #57E0DC
RGB
CMYK
RGB Variations
Color information
#57E0DC (or 0x57E0DC) is known color: Medium Turquoise. HEX triplet: 57, E0 and DC. RGB value is (87,224,220). Sum of RGB (Red+Green+Blue) = 87+224+220=531 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.38% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #57E0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E0DC is #A81F23. Grayscale: #B6B6B6. Windows color (decimal): -11018020 or 14475351. OLE color: 14475351.
HSL color Cylindrical-coordinate representation of color #57E0DC: hue angle of 178.25º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57E0DC is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 224 | 220 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.12 |
| HSL | 178.25º | 0.69% | 0.61% | - |
| HSV(B) | 178.25º | 0.61% | 0.88% | - |
| XYZ | 43.5 | 60.5 | 77.1 | - |
| YUV | 182.58 | 149.11 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 224 | 220 | 0.61 | 0 | 0.02 | 0.12 | 178.25 | 0.69 | 0.61 |
| Hex | 57 | E0 | DC | 3D | 0 | 2 | C | B2 | 45 | 3D |
| Octal | 127 | 340 | 334 | 75 | 0 | 2 | 14 | 262 | 105 | 75 |
| Binary | 1010111 | 11100000 | 11011100 | 111101 | 0 | 10 | 1100 | 10110010 | 1000101 | 111101 |
Color Harmonies of #57E0DC
Complementary color
Monochromatic Colors of #57E0DC
Black with #57E0DC
Text Example
Text Example
White with #57E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E0DC; }
p { color: rgb(87,224,220); }
H1.HeaderClassName
{
color: #57E0DC;
}
.AnyTagClassName
{
color: #57E0DC;
}
</style>
background-color css
<style>
a { background-color: #57E0DC; }
a { background-color: rgb(87,224,220); }
div.DivClassName
{
background-color: #57E0DC;
}
.BgClassName
{
background-color: #57E0DC;
}
</style>
border-color css
<style>
span { border-color: #57E0DC; }
span { border-color: rgb(87,224,220); }
td.TdClassName
{
border-color: #57E0DC;
}
.TagClassName
{
border-color: #57E0DC;
}
</style>