Shades of Medium Turquoise #57D6C9
Tints of Medium Turquoise #57D6C9
RGB
CMYK
RGB Variations
Color information
#57D6C9 (or 0x57D6C9) is known color: Medium Turquoise. HEX triplet: 57, D6 and C9. RGB value is (87,214,201). Sum of RGB (Red+Green+Blue) = 87+214+201=502 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.33% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #57D6C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D6C9 is #A82936. Grayscale: #AEAEAE. Windows color (decimal): -11020599 or 13227607. OLE color: 13227607.
HSL color Cylindrical-coordinate representation of color #57D6C9: hue angle of 173.86º 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 #57D6C9 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 214 | 201 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.16 |
| HSL | 173.86º | 0.61% | 0.59% | - |
| HSV(B) | 173.86º | 0.59% | 0.84% | - |
| XYZ | 38.52 | 54.34 | 63.72 | - |
| YUV | 174.55 | 142.92 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 214 | 201 | 0.59 | 0 | 0.06 | 0.16 | 173.86 | 0.61 | 0.59 |
| Hex | 57 | D6 | C9 | 3B | 0 | 6 | 10 | AE | 3D | 3B |
| Octal | 127 | 326 | 311 | 73 | 0 | 6 | 20 | 256 | 75 | 73 |
| Binary | 1010111 | 11010110 | 11001001 | 111011 | 0 | 110 | 10000 | 10101110 | 111101 | 111011 |
Color Harmonies of #57D6C9
Complementary color
Monochromatic Colors of #57D6C9
Black with #57D6C9
Text Example
Text Example
White with #57D6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D6C9; }
p { color: rgb(87,214,201); }
H1.HeaderClassName
{
color: #57D6C9;
}
.AnyTagClassName
{
color: #57D6C9;
}
</style>
background-color css
<style>
a { background-color: #57D6C9; }
a { background-color: rgb(87,214,201); }
div.DivClassName
{
background-color: #57D6C9;
}
.BgClassName
{
background-color: #57D6C9;
}
</style>
border-color css
<style>
span { border-color: #57D6C9; }
span { border-color: rgb(87,214,201); }
td.TdClassName
{
border-color: #57D6C9;
}
.TagClassName
{
border-color: #57D6C9;
}
</style>