Shades of Turquoise #57F8C0
Tints of Turquoise #57F8C0
RGB
CMYK
RGB Variations
Color information
#57F8C0 (or 0x57F8C0) is known color: Turquoise. HEX triplet: 57, F8 and C0. RGB value is (87,248,192). Sum of RGB (Red+Green+Blue) = 87+248+192=527 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.51% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #57F8C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F8C0 is #A8073F. Grayscale: #C1C1C1. Windows color (decimal): -11011904 or 12646487. OLE color: 12646487.
HSL color Cylindrical-coordinate representation of color #57F8C0: hue angle of 159.13º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F8C0 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 87 | 248 | 192 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.03 |
| HSL | 159.13º | 0.92% | 0.66% | - |
| HSV(B) | 159.13º | 0.65% | 0.97% | - |
| XYZ | 47.01 | 72.97 | 61.48 | - |
| YUV | 193.48 | 127.16 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 248 | 192 | 0.65 | 0 | 0.23 | 0.03 | 159.13 | 0.92 | 0.66 |
| Hex | 57 | F8 | C0 | 41 | 0 | 17 | 3 | 9F | 5C | 42 |
| Octal | 127 | 370 | 300 | 101 | 0 | 27 | 3 | 237 | 134 | 102 |
| Binary | 1010111 | 11111000 | 11000000 | 1000001 | 0 | 10111 | 11 | 10011111 | 1011100 | 1000010 |
Color Harmonies of #57F8C0
Complementary color
Monochromatic Colors of #57F8C0
Black with #57F8C0
Text Example
Text Example
White with #57F8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F8C0; }
p { color: rgb(87,248,192); }
H1.HeaderClassName
{
color: #57F8C0;
}
.AnyTagClassName
{
color: #57F8C0;
}
</style>
background-color css
<style>
a { background-color: #57F8C0; }
a { background-color: rgb(87,248,192); }
div.DivClassName
{
background-color: #57F8C0;
}
.BgClassName
{
background-color: #57F8C0;
}
</style>
border-color css
<style>
span { border-color: #57F8C0; }
span { border-color: rgb(87,248,192); }
td.TdClassName
{
border-color: #57F8C0;
}
.TagClassName
{
border-color: #57F8C0;
}
</style>