Shades of Turquoise #57F8CA
Tints of Turquoise #57F8CA
RGB
CMYK
RGB Variations
Color information
#57F8CA (or 0x57F8CA) is known color: Turquoise. HEX triplet: 57, F8 and CA. RGB value is (87,248,202). Sum of RGB (Red+Green+Blue) = 87+248+202=537 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.20% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #57F8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F8CA is #A80735. Grayscale: #C2C2C2. Windows color (decimal): -11011894 or 13301847. OLE color: 13301847.
HSL color Cylindrical-coordinate representation of color #57F8CA: hue angle of 162.86º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F8CA is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 87 | 248 | 202 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.03 |
| HSL | 162.86º | 0.92% | 0.66% | - |
| HSV(B) | 162.86º | 0.65% | 0.97% | - |
| XYZ | 48.16 | 73.43 | 67.51 | - |
| YUV | 194.62 | 132.16 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 248 | 202 | 0.65 | 0 | 0.19 | 0.03 | 162.86 | 0.92 | 0.66 |
| Hex | 57 | F8 | CA | 41 | 0 | 13 | 3 | A3 | 5C | 42 |
| Octal | 127 | 370 | 312 | 101 | 0 | 23 | 3 | 243 | 134 | 102 |
| Binary | 1010111 | 11111000 | 11001010 | 1000001 | 0 | 10011 | 11 | 10100011 | 1011100 | 1000010 |
Color Harmonies of #57F8CA
Complementary color
Monochromatic Colors of #57F8CA
Black with #57F8CA
Text Example
Text Example
White with #57F8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F8CA; }
p { color: rgb(87,248,202); }
H1.HeaderClassName
{
color: #57F8CA;
}
.AnyTagClassName
{
color: #57F8CA;
}
</style>
background-color css
<style>
a { background-color: #57F8CA; }
a { background-color: rgb(87,248,202); }
div.DivClassName
{
background-color: #57F8CA;
}
.BgClassName
{
background-color: #57F8CA;
}
</style>
border-color css
<style>
span { border-color: #57F8CA; }
span { border-color: rgb(87,248,202); }
td.TdClassName
{
border-color: #57F8CA;
}
.TagClassName
{
border-color: #57F8CA;
}
</style>