Shades of Turquoise #57FADB
Tints of Turquoise #57FADB
RGB
CMYK
RGB Variations
Color information
#57FADB (or 0x57FADB) is known color: Turquoise. HEX triplet: 57, FA and DB. RGB value is (87,250,219). Sum of RGB (Red+Green+Blue) = 87+250+219=556 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.65% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #57FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FADB is #A80524. Grayscale: #C5C5C5. Windows color (decimal): -11011365 or 14416471. OLE color: 14416471.
HSL color Cylindrical-coordinate representation of color #57FADB: hue angle of 168.59º 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 #57FADB is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 250 | 219 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.02 |
| HSL | 168.59º | 0.94% | 0.66% | - |
| HSV(B) | 168.59º | 0.65% | 0.98% | - |
| XYZ | 50.9 | 75.51 | 78.91 | - |
| YUV | 197.73 | 140 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 250 | 219 | 0.65 | 0 | 0.12 | 0.02 | 168.59 | 0.94 | 0.66 |
| Hex | 57 | FA | DB | 41 | 0 | C | 2 | A9 | 5E | 42 |
| Octal | 127 | 372 | 333 | 101 | 0 | 14 | 2 | 251 | 136 | 102 |
| Binary | 1010111 | 11111010 | 11011011 | 1000001 | 0 | 1100 | 10 | 10101001 | 1011110 | 1000010 |
Color Harmonies of #57FADB
Complementary color
Monochromatic Colors of #57FADB
Black with #57FADB
Text Example
Text Example
White with #57FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FADB; }
p { color: rgb(87,250,219); }
H1.HeaderClassName
{
color: #57FADB;
}
.AnyTagClassName
{
color: #57FADB;
}
</style>
background-color css
<style>
a { background-color: #57FADB; }
a { background-color: rgb(87,250,219); }
div.DivClassName
{
background-color: #57FADB;
}
.BgClassName
{
background-color: #57FADB;
}
</style>
border-color css
<style>
span { border-color: #57FADB; }
span { border-color: rgb(87,250,219); }
td.TdClassName
{
border-color: #57FADB;
}
.TagClassName
{
border-color: #57FADB;
}
</style>