Shades of Turquoise #57FABC
Tints of Turquoise #57FABC
RGB
CMYK
RGB Variations
Color information
#57FABC (or 0x57FABC) is known color: Turquoise. HEX triplet: 57, FA and BC. RGB value is (87,250,188). Sum of RGB (Red+Green+Blue) = 87+250+188=525 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.57% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #57FABC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FABC is #A80543. Grayscale: #C2C2C2. Windows color (decimal): -11011396 or 12384855. OLE color: 12384855.
HSL color Cylindrical-coordinate representation of color #57FABC: hue angle of 157.18º 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 #57FABC is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 250 | 188 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.02 |
| HSL | 157.18º | 0.94% | 0.66% | - |
| HSV(B) | 157.18º | 0.65% | 0.98% | - |
| XYZ | 47.19 | 74.03 | 59.38 | - |
| YUV | 194.2 | 124.5 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 250 | 188 | 0.65 | 0 | 0.25 | 0.02 | 157.18 | 0.94 | 0.66 |
| Hex | 57 | FA | BC | 41 | 0 | 19 | 2 | 9D | 5E | 42 |
| Octal | 127 | 372 | 274 | 101 | 0 | 31 | 2 | 235 | 136 | 102 |
| Binary | 1010111 | 11111010 | 10111100 | 1000001 | 0 | 11001 | 10 | 10011101 | 1011110 | 1000010 |
Color Harmonies of #57FABC
Complementary color
Monochromatic Colors of #57FABC
Black with #57FABC
Text Example
Text Example
White with #57FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FABC; }
p { color: rgb(87,250,188); }
H1.HeaderClassName
{
color: #57FABC;
}
.AnyTagClassName
{
color: #57FABC;
}
</style>
background-color css
<style>
a { background-color: #57FABC; }
a { background-color: rgb(87,250,188); }
div.DivClassName
{
background-color: #57FABC;
}
.BgClassName
{
background-color: #57FABC;
}
</style>
border-color css
<style>
span { border-color: #57FABC; }
span { border-color: rgb(87,250,188); }
td.TdClassName
{
border-color: #57FABC;
}
.TagClassName
{
border-color: #57FABC;
}
</style>