Shades of Turquoise #57F5CF
Tints of Turquoise #57F5CF
RGB
CMYK
RGB Variations
Color information
#57F5CF (or 0x57F5CF) is known color: Turquoise. HEX triplet: 57, F5 and CF. RGB value is (87,245,207). Sum of RGB (Red+Green+Blue) = 87+245+207=539 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.14% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #57F5CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F5CF is #A80A30. Grayscale: #C1C1C1. Windows color (decimal): -11012657 or 13628759. OLE color: 13628759.
HSL color Cylindrical-coordinate representation of color #57F5CF: hue angle of 165.57º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F5CF is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 245 | 207 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.04 |
| HSL | 165.57º | 0.89% | 0.65% | - |
| HSV(B) | 165.57º | 0.64% | 0.96% | - |
| XYZ | 47.85 | 71.84 | 70.38 | - |
| YUV | 193.43 | 135.65 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 245 | 207 | 0.64 | 0 | 0.16 | 0.04 | 165.57 | 0.89 | 0.65 |
| Hex | 57 | F5 | CF | 40 | 0 | 10 | 4 | A6 | 59 | 41 |
| Octal | 127 | 365 | 317 | 100 | 0 | 20 | 4 | 246 | 131 | 101 |
| Binary | 1010111 | 11110101 | 11001111 | 1000000 | 0 | 10000 | 100 | 10100110 | 1011001 | 1000001 |
Color Harmonies of #57F5CF
Complementary color
Monochromatic Colors of #57F5CF
Black with #57F5CF
Text Example
Text Example
White with #57F5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F5CF; }
p { color: rgb(87,245,207); }
H1.HeaderClassName
{
color: #57F5CF;
}
.AnyTagClassName
{
color: #57F5CF;
}
</style>
background-color css
<style>
a { background-color: #57F5CF; }
a { background-color: rgb(87,245,207); }
div.DivClassName
{
background-color: #57F5CF;
}
.BgClassName
{
background-color: #57F5CF;
}
</style>
border-color css
<style>
span { border-color: #57F5CF; }
span { border-color: rgb(87,245,207); }
td.TdClassName
{
border-color: #57F5CF;
}
.TagClassName
{
border-color: #57F5CF;
}
</style>