Shades of Turquoise #57FED1
Tints of Turquoise #57FED1
RGB
CMYK
RGB Variations
Color information
#57FED1 (or 0x57FED1) is known color: Turquoise. HEX triplet: 57, FE and D1. RGB value is (87,254,209). Sum of RGB (Red+Green+Blue) = 87+254+209=550 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.82% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #57FED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FED1 is #A8012E. Grayscale: #C6C6C6. Windows color (decimal): -11010351 or 13762135. OLE color: 13762135.
HSL color Cylindrical-coordinate representation of color #57FED1: hue angle of 163.83º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FED1 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 254 | 209 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.00 |
| HSL | 163.83º | 0.99% | 0.67% | - |
| HSV(B) | 163.83º | 0.66% | 1% | - |
| XYZ | 50.88 | 77.51 | 72.6 | - |
| YUV | 198.94 | 133.67 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 209 | 0.66 | 0 | 0.18 | 0.00 | 163.83 | 0.99 | 0.67 |
| Hex | 57 | FE | D1 | 42 | 0 | 12 | 0 | A4 | 63 | 43 |
| Octal | 127 | 376 | 321 | 102 | 0 | 22 | 0 | 244 | 143 | 103 |
| Binary | 1010111 | 11111110 | 11010001 | 1000010 | 0 | 10010 | 0 | 10100100 | 1100011 | 1000011 |
Color Harmonies of #57FED1
Complementary color
Monochromatic Colors of #57FED1
Black with #57FED1
Text Example
Text Example
White with #57FED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FED1; }
p { color: rgb(87,254,209); }
H1.HeaderClassName
{
color: #57FED1;
}
.AnyTagClassName
{
color: #57FED1;
}
</style>
background-color css
<style>
a { background-color: #57FED1; }
a { background-color: rgb(87,254,209); }
div.DivClassName
{
background-color: #57FED1;
}
.BgClassName
{
background-color: #57FED1;
}
</style>
border-color css
<style>
span { border-color: #57FED1; }
span { border-color: rgb(87,254,209); }
td.TdClassName
{
border-color: #57FED1;
}
.TagClassName
{
border-color: #57FED1;
}
</style>