Shades of Medium Turquoise #57D6D0
Tints of Medium Turquoise #57D6D0
RGB
CMYK
RGB Variations
Color information
#57D6D0 (or 0x57D6D0) is known color: Medium Turquoise. HEX triplet: 57, D6 and D0. RGB value is (87,214,208). Sum of RGB (Red+Green+Blue) = 87+214+208=509 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.09% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #57D6D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D6D0 is #A8292F. Grayscale: #AFAFAF. Windows color (decimal): -11020592 or 13686359. OLE color: 13686359.
HSL color Cylindrical-coordinate representation of color #57D6D0: hue angle of 177.17º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57D6D0 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 214 | 208 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.16 |
| HSL | 177.17º | 0.61% | 0.59% | - |
| HSV(B) | 177.17º | 0.59% | 0.84% | - |
| XYZ | 39.36 | 54.67 | 68.15 | - |
| YUV | 175.34 | 146.42 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 214 | 208 | 0.59 | 0 | 0.03 | 0.16 | 177.17 | 0.61 | 0.59 |
| Hex | 57 | D6 | D0 | 3B | 0 | 3 | 10 | B1 | 3D | 3B |
| Octal | 127 | 326 | 320 | 73 | 0 | 3 | 20 | 261 | 75 | 73 |
| Binary | 1010111 | 11010110 | 11010000 | 111011 | 0 | 11 | 10000 | 10110001 | 111101 | 111011 |
Color Harmonies of #57D6D0
Complementary color
Monochromatic Colors of #57D6D0
Black with #57D6D0
Text Example
Text Example
White with #57D6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D6D0; }
p { color: rgb(87,214,208); }
H1.HeaderClassName
{
color: #57D6D0;
}
.AnyTagClassName
{
color: #57D6D0;
}
</style>
background-color css
<style>
a { background-color: #57D6D0; }
a { background-color: rgb(87,214,208); }
div.DivClassName
{
background-color: #57D6D0;
}
.BgClassName
{
background-color: #57D6D0;
}
</style>
border-color css
<style>
span { border-color: #57D6D0; }
span { border-color: rgb(87,214,208); }
td.TdClassName
{
border-color: #57D6D0;
}
.TagClassName
{
border-color: #57D6D0;
}
</style>