Shades of Turquoise #57FACD
Tints of Turquoise #57FACD
RGB
CMYK
RGB Variations
Color information
#57FACD (or 0x57FACD) is known color: Turquoise. HEX triplet: 57, FA and CD. RGB value is (87,250,205). Sum of RGB (Red+Green+Blue) = 87+250+205=542 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.05% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #57FACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FACD is #A80532. Grayscale: #C4C4C4. Windows color (decimal): -11011379 or 13498967. OLE color: 13498967.
HSL color Cylindrical-coordinate representation of color #57FACD: hue angle of 163.44º 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 #57FACD is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 250 | 205 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.02 |
| HSL | 163.44º | 0.94% | 0.66% | - |
| HSV(B) | 163.44º | 0.65% | 0.98% | - |
| XYZ | 49.14 | 74.81 | 69.61 | - |
| YUV | 196.13 | 133 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 250 | 205 | 0.65 | 0 | 0.18 | 0.02 | 163.44 | 0.94 | 0.66 |
| Hex | 57 | FA | CD | 41 | 0 | 12 | 2 | A3 | 5E | 42 |
| Octal | 127 | 372 | 315 | 101 | 0 | 22 | 2 | 243 | 136 | 102 |
| Binary | 1010111 | 11111010 | 11001101 | 1000001 | 0 | 10010 | 10 | 10100011 | 1011110 | 1000010 |
Color Harmonies of #57FACD
Complementary color
Monochromatic Colors of #57FACD
Black with #57FACD
Text Example
Text Example
White with #57FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FACD; }
p { color: rgb(87,250,205); }
H1.HeaderClassName
{
color: #57FACD;
}
.AnyTagClassName
{
color: #57FACD;
}
</style>
background-color css
<style>
a { background-color: #57FACD; }
a { background-color: rgb(87,250,205); }
div.DivClassName
{
background-color: #57FACD;
}
.BgClassName
{
background-color: #57FACD;
}
</style>
border-color css
<style>
span { border-color: #57FACD; }
span { border-color: rgb(87,250,205); }
td.TdClassName
{
border-color: #57FACD;
}
.TagClassName
{
border-color: #57FACD;
}
</style>