Shades of Turquoise #57F4D1
Tints of Turquoise #57F4D1
RGB
CMYK
RGB Variations
Color information
#57F4D1 (or 0x57F4D1) is known color: Turquoise. HEX triplet: 57, F4 and D1. RGB value is (87,244,209). Sum of RGB (Red+Green+Blue) = 87+244+209=540 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.11% from 540); Green value is 244 (95.70% from 255 or 45.19% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 244 - color contains mainly: green. Hex color #57F4D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F4D1 is #A80B2E. Grayscale: #C1C1C1. Windows color (decimal): -11012911 or 13759575. OLE color: 13759575.
HSL color Cylindrical-coordinate representation of color #57F4D1: hue angle of 166.62º degrees, saturation: 0.88, 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 #57F4D1 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 244 | 209 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.04 |
| HSL | 166.62º | 0.88% | 0.65% | - |
| HSV(B) | 166.62º | 0.64% | 0.96% | - |
| XYZ | 47.79 | 71.33 | 71.57 | - |
| YUV | 193.07 | 136.99 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 244 | 209 | 0.64 | 0 | 0.14 | 0.04 | 166.62 | 0.88 | 0.65 |
| Hex | 57 | F4 | D1 | 40 | 0 | E | 4 | A7 | 58 | 41 |
| Octal | 127 | 364 | 321 | 100 | 0 | 16 | 4 | 247 | 130 | 101 |
| Binary | 1010111 | 11110100 | 11010001 | 1000000 | 0 | 1110 | 100 | 10100111 | 1011000 | 1000001 |
Color Harmonies of #57F4D1
Complementary color
Monochromatic Colors of #57F4D1
Black with #57F4D1
Text Example
Text Example
White with #57F4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F4D1; }
p { color: rgb(87,244,209); }
H1.HeaderClassName
{
color: #57F4D1;
}
.AnyTagClassName
{
color: #57F4D1;
}
</style>
background-color css
<style>
a { background-color: #57F4D1; }
a { background-color: rgb(87,244,209); }
div.DivClassName
{
background-color: #57F4D1;
}
.BgClassName
{
background-color: #57F4D1;
}
</style>
border-color css
<style>
span { border-color: #57F4D1; }
span { border-color: rgb(87,244,209); }
td.TdClassName
{
border-color: #57F4D1;
}
.TagClassName
{
border-color: #57F4D1;
}
</style>