Shades of Medium Turquoise #57D8D6
Tints of Medium Turquoise #57D8D6
RGB
CMYK
RGB Variations
Color information
#57D8D6 (or 0x57D8D6) is known color: Medium Turquoise. HEX triplet: 57, D8 and D6. RGB value is (87,216,214). Sum of RGB (Red+Green+Blue) = 87+216+214=517 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.83% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #57D8D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D8D6 is #A82729. Grayscale: #B1B1B1. Windows color (decimal): -11020074 or 14080087. OLE color: 14080087.
HSL color Cylindrical-coordinate representation of color #57D8D6: hue angle of 179.07º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D8D6 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 216 | 214 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.15 |
| HSL | 179.07º | 0.62% | 0.59% | - |
| HSV(B) | 179.07º | 0.6% | 0.85% | - |
| XYZ | 40.62 | 55.99 | 72.28 | - |
| YUV | 177.2 | 148.76 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 216 | 214 | 0.60 | 0 | 0.01 | 0.15 | 179.07 | 0.62 | 0.59 |
| Hex | 57 | D8 | D6 | 3C | 0 | 1 | F | B3 | 3E | 3B |
| Octal | 127 | 330 | 326 | 74 | 0 | 1 | 17 | 263 | 76 | 73 |
| Binary | 1010111 | 11011000 | 11010110 | 111100 | 0 | 1 | 1111 | 10110011 | 111110 | 111011 |
Color Harmonies of #57D8D6
Complementary color
Monochromatic Colors of #57D8D6
Black with #57D8D6
Text Example
Text Example
White with #57D8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D8D6; }
p { color: rgb(87,216,214); }
H1.HeaderClassName
{
color: #57D8D6;
}
.AnyTagClassName
{
color: #57D8D6;
}
</style>
background-color css
<style>
a { background-color: #57D8D6; }
a { background-color: rgb(87,216,214); }
div.DivClassName
{
background-color: #57D8D6;
}
.BgClassName
{
background-color: #57D8D6;
}
</style>
border-color css
<style>
span { border-color: #57D8D6; }
span { border-color: rgb(87,216,214); }
td.TdClassName
{
border-color: #57D8D6;
}
.TagClassName
{
border-color: #57D8D6;
}
</style>