Shades of Turquoise #57FEDA
Tints of Turquoise #57FEDA
RGB
CMYK
RGB Variations
Color information
#57FEDA (or 0x57FEDA) is known color: Turquoise. HEX triplet: 57, FE and DA. RGB value is (87,254,218). Sum of RGB (Red+Green+Blue) = 87+254+218=559 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.56% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #57FEDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FEDA is #A80125. Grayscale: #C7C7C7. Windows color (decimal): -11010342 or 14351959. OLE color: 14351959.
HSL color Cylindrical-coordinate representation of color #57FEDA: hue angle of 167.07º 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 #57FEDA is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 254 | 218 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.00 |
| HSL | 167.07º | 0.99% | 0.67% | - |
| HSV(B) | 167.07º | 0.66% | 1% | - |
| XYZ | 52.03 | 77.97 | 78.64 | - |
| YUV | 199.96 | 138.17 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 218 | 0.66 | 0 | 0.14 | 0.00 | 167.07 | 0.99 | 0.67 |
| Hex | 57 | FE | DA | 42 | 0 | E | 0 | A7 | 63 | 43 |
| Octal | 127 | 376 | 332 | 102 | 0 | 16 | 0 | 247 | 143 | 103 |
| Binary | 1010111 | 11111110 | 11011010 | 1000010 | 0 | 1110 | 0 | 10100111 | 1100011 | 1000011 |
Color Harmonies of #57FEDA
Complementary color
Monochromatic Colors of #57FEDA
Black with #57FEDA
Text Example
Text Example
White with #57FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FEDA; }
p { color: rgb(87,254,218); }
H1.HeaderClassName
{
color: #57FEDA;
}
.AnyTagClassName
{
color: #57FEDA;
}
</style>
background-color css
<style>
a { background-color: #57FEDA; }
a { background-color: rgb(87,254,218); }
div.DivClassName
{
background-color: #57FEDA;
}
.BgClassName
{
background-color: #57FEDA;
}
</style>
border-color css
<style>
span { border-color: #57FEDA; }
span { border-color: rgb(87,254,218); }
td.TdClassName
{
border-color: #57FEDA;
}
.TagClassName
{
border-color: #57FEDA;
}
</style>