Shades of Medium Turquoise #57D4BF
Tints of Medium Turquoise #57D4BF
RGB
CMYK
RGB Variations
Color information
#57D4BF (or 0x57D4BF) is known color: Medium Turquoise. HEX triplet: 57, D4 and BF. RGB value is (87,212,191). Sum of RGB (Red+Green+Blue) = 87+212+191=490 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.76% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #57D4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D4BF is #A82B40. Grayscale: #ACACAC. Windows color (decimal): -11021121 or 12571735. OLE color: 12571735.
HSL color Cylindrical-coordinate representation of color #57D4BF: hue angle of 169.92º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57D4BF is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 87 | 212 | 191 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.17 |
| HSL | 169.92º | 0.59% | 0.59% | - |
| HSV(B) | 169.92º | 0.59% | 0.83% | - |
| XYZ | 36.88 | 52.87 | 57.55 | - |
| YUV | 172.23 | 138.59 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 212 | 191 | 0.59 | 0 | 0.10 | 0.17 | 169.92 | 0.59 | 0.59 |
| Hex | 57 | D4 | BF | 3B | 0 | A | 11 | AA | 3B | 3B |
| Octal | 127 | 324 | 277 | 73 | 0 | 12 | 21 | 252 | 73 | 73 |
| Binary | 1010111 | 11010100 | 10111111 | 111011 | 0 | 1010 | 10001 | 10101010 | 111011 | 111011 |
Color Harmonies of #57D4BF
Complementary color
Monochromatic Colors of #57D4BF
Black with #57D4BF
Text Example
Text Example
White with #57D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D4BF; }
p { color: rgb(87,212,191); }
H1.HeaderClassName
{
color: #57D4BF;
}
.AnyTagClassName
{
color: #57D4BF;
}
</style>
background-color css
<style>
a { background-color: #57D4BF; }
a { background-color: rgb(87,212,191); }
div.DivClassName
{
background-color: #57D4BF;
}
.BgClassName
{
background-color: #57D4BF;
}
</style>
border-color css
<style>
span { border-color: #57D4BF; }
span { border-color: rgb(87,212,191); }
td.TdClassName
{
border-color: #57D4BF;
}
.TagClassName
{
border-color: #57D4BF;
}
</style>