Shades of Turquoise #57FED4
Tints of Turquoise #57FED4
RGB
CMYK
RGB Variations
Color information
#57FED4 (or 0x57FED4) is known color: Turquoise. HEX triplet: 57, FE and D4. RGB value is (87,254,212). Sum of RGB (Red+Green+Blue) = 87+254+212=553 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.73% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #57FED4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FED4 is #A8012B. Grayscale: #C7C7C7. Windows color (decimal): -11010348 or 13958743. OLE color: 13958743.
HSL color Cylindrical-coordinate representation of color #57FED4: hue angle of 164.91º 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 #57FED4 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 254 | 212 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.00 |
| HSL | 164.91º | 0.99% | 0.67% | - |
| HSV(B) | 164.91º | 0.66% | 1% | - |
| XYZ | 51.26 | 77.66 | 74.58 | - |
| YUV | 199.28 | 135.17 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 212 | 0.66 | 0 | 0.17 | 0.00 | 164.91 | 0.99 | 0.67 |
| Hex | 57 | FE | D4 | 42 | 0 | 11 | 0 | A5 | 63 | 43 |
| Octal | 127 | 376 | 324 | 102 | 0 | 21 | 0 | 245 | 143 | 103 |
| Binary | 1010111 | 11111110 | 11010100 | 1000010 | 0 | 10001 | 0 | 10100101 | 1100011 | 1000011 |
Color Harmonies of #57FED4
Complementary color
Monochromatic Colors of #57FED4
Black with #57FED4
Text Example
Text Example
White with #57FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FED4; }
p { color: rgb(87,254,212); }
H1.HeaderClassName
{
color: #57FED4;
}
.AnyTagClassName
{
color: #57FED4;
}
</style>
background-color css
<style>
a { background-color: #57FED4; }
a { background-color: rgb(87,254,212); }
div.DivClassName
{
background-color: #57FED4;
}
.BgClassName
{
background-color: #57FED4;
}
</style>
border-color css
<style>
span { border-color: #57FED4; }
span { border-color: rgb(87,254,212); }
td.TdClassName
{
border-color: #57FED4;
}
.TagClassName
{
border-color: #57FED4;
}
</style>