Shades of Turquoise #57F9DA
Tints of Turquoise #57F9DA
RGB
CMYK
RGB Variations
Color information
#57F9DA (or 0x57F9DA) is known color: Turquoise. HEX triplet: 57, F9 and DA. RGB value is (87,249,218). Sum of RGB (Red+Green+Blue) = 87+249+218=554 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.70% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #57F9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F9DA is #A80625. Grayscale: #C4C4C4. Windows color (decimal): -11011622 or 14350679. OLE color: 14350679.
HSL color Cylindrical-coordinate representation of color #57F9DA: hue angle of 168.52º degrees, saturation: 0.93, 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 #57F9DA is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 249 | 218 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.02 |
| HSL | 168.52º | 0.93% | 0.66% | - |
| HSV(B) | 168.52º | 0.65% | 0.98% | - |
| XYZ | 50.46 | 74.84 | 78.12 | - |
| YUV | 197.03 | 139.83 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 249 | 218 | 0.65 | 0 | 0.12 | 0.02 | 168.52 | 0.93 | 0.66 |
| Hex | 57 | F9 | DA | 41 | 0 | C | 2 | A9 | 5D | 42 |
| Octal | 127 | 371 | 332 | 101 | 0 | 14 | 2 | 251 | 135 | 102 |
| Binary | 1010111 | 11111001 | 11011010 | 1000001 | 0 | 1100 | 10 | 10101001 | 1011101 | 1000010 |
Color Harmonies of #57F9DA
Complementary color
Monochromatic Colors of #57F9DA
Black with #57F9DA
Text Example
Text Example
White with #57F9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F9DA; }
p { color: rgb(87,249,218); }
H1.HeaderClassName
{
color: #57F9DA;
}
.AnyTagClassName
{
color: #57F9DA;
}
</style>
background-color css
<style>
a { background-color: #57F9DA; }
a { background-color: rgb(87,249,218); }
div.DivClassName
{
background-color: #57F9DA;
}
.BgClassName
{
background-color: #57F9DA;
}
</style>
border-color css
<style>
span { border-color: #57F9DA; }
span { border-color: rgb(87,249,218); }
td.TdClassName
{
border-color: #57F9DA;
}
.TagClassName
{
border-color: #57F9DA;
}
</style>