Shades of Turquoise #57F2C5
Tints of Turquoise #57F2C5
RGB
CMYK
RGB Variations
Color information
#57F2C5 (or 0x57F2C5) is known color: Turquoise. HEX triplet: 57, F2 and C5. RGB value is (87,242,197). Sum of RGB (Red+Green+Blue) = 87+242+197=526 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.54% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #57F2C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F2C5 is #A80D3A. Grayscale: #BEBEBE. Windows color (decimal): -11013435 or 12972631. OLE color: 12972631.
HSL color Cylindrical-coordinate representation of color #57F2C5: hue angle of 162.58º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F2C5 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 242 | 197 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.05 |
| HSL | 162.58º | 0.86% | 0.65% | - |
| HSV(B) | 162.58º | 0.64% | 0.95% | - |
| XYZ | 45.76 | 69.56 | 63.84 | - |
| YUV | 190.53 | 131.65 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 242 | 197 | 0.64 | 0 | 0.19 | 0.05 | 162.58 | 0.86 | 0.65 |
| Hex | 57 | F2 | C5 | 40 | 0 | 13 | 5 | A3 | 56 | 41 |
| Octal | 127 | 362 | 305 | 100 | 0 | 23 | 5 | 243 | 126 | 101 |
| Binary | 1010111 | 11110010 | 11000101 | 1000000 | 0 | 10011 | 101 | 10100011 | 1010110 | 1000001 |
Color Harmonies of #57F2C5
Complementary color
Monochromatic Colors of #57F2C5
Black with #57F2C5
Text Example
Text Example
White with #57F2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F2C5; }
p { color: rgb(87,242,197); }
H1.HeaderClassName
{
color: #57F2C5;
}
.AnyTagClassName
{
color: #57F2C5;
}
</style>
background-color css
<style>
a { background-color: #57F2C5; }
a { background-color: rgb(87,242,197); }
div.DivClassName
{
background-color: #57F2C5;
}
.BgClassName
{
background-color: #57F2C5;
}
</style>
border-color css
<style>
span { border-color: #57F2C5; }
span { border-color: rgb(87,242,197); }
td.TdClassName
{
border-color: #57F2C5;
}
.TagClassName
{
border-color: #57F2C5;
}
</style>