Shades of Turquoise #57F1BD
Tints of Turquoise #57F1BD
RGB
CMYK
RGB Variations
Color information
#57F1BD (or 0x57F1BD) is known color: Turquoise. HEX triplet: 57, F1 and BD. RGB value is (87,241,189). Sum of RGB (Red+Green+Blue) = 87+241+189=517 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.83% from 517); Green value is 241 (94.53% from 255 or 46.62% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 241 - color contains mainly: green. Hex color #57F1BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F1BD is #A80E42. Grayscale: #BDBDBD. Windows color (decimal): -11013699 or 12448087. OLE color: 12448087.
HSL color Cylindrical-coordinate representation of color #57F1BD: hue angle of 159.74º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F1BD is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 241 | 189 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.05 |
| HSL | 159.74º | 0.85% | 0.64% | - |
| HSV(B) | 159.74º | 0.64% | 0.95% | - |
| XYZ | 44.57 | 68.61 | 59.04 | - |
| YUV | 189.03 | 127.98 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 241 | 189 | 0.64 | 0 | 0.22 | 0.05 | 159.74 | 0.85 | 0.64 |
| Hex | 57 | F1 | BD | 40 | 0 | 16 | 5 | A0 | 55 | 40 |
| Octal | 127 | 361 | 275 | 100 | 0 | 26 | 5 | 240 | 125 | 100 |
| Binary | 1010111 | 11110001 | 10111101 | 1000000 | 0 | 10110 | 101 | 10100000 | 1010101 | 1000000 |
Color Harmonies of #57F1BD
Complementary color
Monochromatic Colors of #57F1BD
Black with #57F1BD
Text Example
Text Example
White with #57F1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F1BD; }
p { color: rgb(87,241,189); }
H1.HeaderClassName
{
color: #57F1BD;
}
.AnyTagClassName
{
color: #57F1BD;
}
</style>
background-color css
<style>
a { background-color: #57F1BD; }
a { background-color: rgb(87,241,189); }
div.DivClassName
{
background-color: #57F1BD;
}
.BgClassName
{
background-color: #57F1BD;
}
</style>
border-color css
<style>
span { border-color: #57F1BD; }
span { border-color: rgb(87,241,189); }
td.TdClassName
{
border-color: #57F1BD;
}
.TagClassName
{
border-color: #57F1BD;
}
</style>