Shades of Turquoise #57FACC
Tints of Turquoise #57FACC
RGB
CMYK
RGB Variations
Color information
#57FACC (or 0x57FACC) is known color: Turquoise. HEX triplet: 57, FA and CC. RGB value is (87,250,204). Sum of RGB (Red+Green+Blue) = 87+250+204=541 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.08% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #57FACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FACC is #A80533. Grayscale: #C4C4C4. Windows color (decimal): -11011380 or 13433431. OLE color: 13433431.
HSL color Cylindrical-coordinate representation of color #57FACC: hue angle of 163.07º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FACC is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 250 | 204 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.02 |
| HSL | 163.07º | 0.94% | 0.66% | - |
| HSV(B) | 163.07º | 0.65% | 0.98% | - |
| XYZ | 49.02 | 74.76 | 68.97 | - |
| YUV | 196.02 | 132.5 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 250 | 204 | 0.65 | 0 | 0.18 | 0.02 | 163.07 | 0.94 | 0.66 |
| Hex | 57 | FA | CC | 41 | 0 | 12 | 2 | A3 | 5E | 42 |
| Octal | 127 | 372 | 314 | 101 | 0 | 22 | 2 | 243 | 136 | 102 |
| Binary | 1010111 | 11111010 | 11001100 | 1000001 | 0 | 10010 | 10 | 10100011 | 1011110 | 1000010 |
Color Harmonies of #57FACC
Complementary color
Monochromatic Colors of #57FACC
Black with #57FACC
Text Example
Text Example
White with #57FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FACC; }
p { color: rgb(87,250,204); }
H1.HeaderClassName
{
color: #57FACC;
}
.AnyTagClassName
{
color: #57FACC;
}
</style>
background-color css
<style>
a { background-color: #57FACC; }
a { background-color: rgb(87,250,204); }
div.DivClassName
{
background-color: #57FACC;
}
.BgClassName
{
background-color: #57FACC;
}
</style>
border-color css
<style>
span { border-color: #57FACC; }
span { border-color: rgb(87,250,204); }
td.TdClassName
{
border-color: #57FACC;
}
.TagClassName
{
border-color: #57FACC;
}
</style>