Shades of Turquoise #57FED7
Tints of Turquoise #57FED7
RGB
CMYK
RGB Variations
Color information
#57FED7 (or 0x57FED7) is known color: Turquoise. HEX triplet: 57, FE and D7. RGB value is (87,254,215). Sum of RGB (Red+Green+Blue) = 87+254+215=556 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.65% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #57FED7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FED7 is #A80128. Grayscale: #C7C7C7. Windows color (decimal): -11010345 or 14155351. OLE color: 14155351.
HSL color Cylindrical-coordinate representation of color #57FED7: hue angle of 165.99º 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 #57FED7 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 254 | 215 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.00 |
| HSL | 165.99º | 0.99% | 0.67% | - |
| HSV(B) | 165.99º | 0.66% | 1% | - |
| XYZ | 51.64 | 77.82 | 76.59 | - |
| YUV | 199.62 | 136.67 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 215 | 0.66 | 0 | 0.15 | 0.00 | 165.99 | 0.99 | 0.67 |
| Hex | 57 | FE | D7 | 42 | 0 | F | 0 | A6 | 63 | 43 |
| Octal | 127 | 376 | 327 | 102 | 0 | 17 | 0 | 246 | 143 | 103 |
| Binary | 1010111 | 11111110 | 11010111 | 1000010 | 0 | 1111 | 0 | 10100110 | 1100011 | 1000011 |
Color Harmonies of #57FED7
Complementary color
Monochromatic Colors of #57FED7
Black with #57FED7
Text Example
Text Example
White with #57FED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FED7; }
p { color: rgb(87,254,215); }
H1.HeaderClassName
{
color: #57FED7;
}
.AnyTagClassName
{
color: #57FED7;
}
</style>
background-color css
<style>
a { background-color: #57FED7; }
a { background-color: rgb(87,254,215); }
div.DivClassName
{
background-color: #57FED7;
}
.BgClassName
{
background-color: #57FED7;
}
</style>
border-color css
<style>
span { border-color: #57FED7; }
span { border-color: rgb(87,254,215); }
td.TdClassName
{
border-color: #57FED7;
}
.TagClassName
{
border-color: #57FED7;
}
</style>