Shades of Turquoise #57F0C1
Tints of Turquoise #57F0C1
RGB
CMYK
RGB Variations
Color information
#57F0C1 (or 0x57F0C1) is known color: Turquoise. HEX triplet: 57, F0 and C1. RGB value is (87,240,193). Sum of RGB (Red+Green+Blue) = 87+240+193=520 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.73% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #57F0C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F0C1 is #A80F3E. Grayscale: #BCBCBC. Windows color (decimal): -11013951 or 12709975. OLE color: 12709975.
HSL color Cylindrical-coordinate representation of color #57F0C1: hue angle of 161.57º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F0C1 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 240 | 193 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.06 |
| HSL | 161.57º | 0.84% | 0.64% | - |
| HSV(B) | 161.57º | 0.64% | 0.94% | - |
| XYZ | 44.72 | 68.2 | 61.26 | - |
| YUV | 188.9 | 130.31 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 240 | 193 | 0.64 | 0 | 0.20 | 0.06 | 161.57 | 0.84 | 0.64 |
| Hex | 57 | F0 | C1 | 40 | 0 | 14 | 6 | A2 | 54 | 40 |
| Octal | 127 | 360 | 301 | 100 | 0 | 24 | 6 | 242 | 124 | 100 |
| Binary | 1010111 | 11110000 | 11000001 | 1000000 | 0 | 10100 | 110 | 10100010 | 1010100 | 1000000 |
Color Harmonies of #57F0C1
Complementary color
Monochromatic Colors of #57F0C1
Black with #57F0C1
Text Example
Text Example
White with #57F0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F0C1; }
p { color: rgb(87,240,193); }
H1.HeaderClassName
{
color: #57F0C1;
}
.AnyTagClassName
{
color: #57F0C1;
}
</style>
background-color css
<style>
a { background-color: #57F0C1; }
a { background-color: rgb(87,240,193); }
div.DivClassName
{
background-color: #57F0C1;
}
.BgClassName
{
background-color: #57F0C1;
}
</style>
border-color css
<style>
span { border-color: #57F0C1; }
span { border-color: rgb(87,240,193); }
td.TdClassName
{
border-color: #57F0C1;
}
.TagClassName
{
border-color: #57F0C1;
}
</style>