Shades of Turquoise #57F3C5
Tints of Turquoise #57F3C5
RGB
CMYK
RGB Variations
Color information
#57F3C5 (or 0x57F3C5) is known color: Turquoise. HEX triplet: 57, F3 and C5. RGB value is (87,243,197). Sum of RGB (Red+Green+Blue) = 87+243+197=527 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.51% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #57F3C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F3C5 is #A80C3A. Grayscale: #BFBFBF. Windows color (decimal): -11013179 or 12972887. OLE color: 12972887.
HSL color Cylindrical-coordinate representation of color #57F3C5: hue angle of 162.31º degrees, saturation: 0.87, 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 #57F3C5 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 243 | 197 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.05 |
| HSL | 162.31º | 0.87% | 0.65% | - |
| HSV(B) | 162.31º | 0.64% | 0.95% | - |
| XYZ | 46.06 | 70.16 | 63.94 | - |
| YUV | 191.11 | 131.32 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 243 | 197 | 0.64 | 0 | 0.19 | 0.05 | 162.31 | 0.87 | 0.65 |
| Hex | 57 | F3 | C5 | 40 | 0 | 13 | 5 | A2 | 57 | 41 |
| Octal | 127 | 363 | 305 | 100 | 0 | 23 | 5 | 242 | 127 | 101 |
| Binary | 1010111 | 11110011 | 11000101 | 1000000 | 0 | 10011 | 101 | 10100010 | 1010111 | 1000001 |
Color Harmonies of #57F3C5
Complementary color
Monochromatic Colors of #57F3C5
Black with #57F3C5
Text Example
Text Example
White with #57F3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F3C5; }
p { color: rgb(87,243,197); }
H1.HeaderClassName
{
color: #57F3C5;
}
.AnyTagClassName
{
color: #57F3C5;
}
</style>
background-color css
<style>
a { background-color: #57F3C5; }
a { background-color: rgb(87,243,197); }
div.DivClassName
{
background-color: #57F3C5;
}
.BgClassName
{
background-color: #57F3C5;
}
</style>
border-color css
<style>
span { border-color: #57F3C5; }
span { border-color: rgb(87,243,197); }
td.TdClassName
{
border-color: #57F3C5;
}
.TagClassName
{
border-color: #57F3C5;
}
</style>