Shades of Turquoise #57FED3
Tints of Turquoise #57FED3
RGB
CMYK
RGB Variations
Color information
#57FED3 (or 0x57FED3) is known color: Turquoise. HEX triplet: 57, FE and D3. RGB value is (87,254,211). Sum of RGB (Red+Green+Blue) = 87+254+211=552 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.76% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #57FED3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FED3 is #A8012C. Grayscale: #C7C7C7. Windows color (decimal): -11010349 or 13893207. OLE color: 13893207.
HSL color Cylindrical-coordinate representation of color #57FED3: hue angle of 164.55º 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 #57FED3 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 254 | 211 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.00 |
| HSL | 164.55º | 0.99% | 0.67% | - |
| HSV(B) | 164.55º | 0.66% | 1% | - |
| XYZ | 51.13 | 77.61 | 73.91 | - |
| YUV | 199.17 | 134.67 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 211 | 0.66 | 0 | 0.17 | 0.00 | 164.55 | 0.99 | 0.67 |
| Hex | 57 | FE | D3 | 42 | 0 | 11 | 0 | A5 | 63 | 43 |
| Octal | 127 | 376 | 323 | 102 | 0 | 21 | 0 | 245 | 143 | 103 |
| Binary | 1010111 | 11111110 | 11010011 | 1000010 | 0 | 10001 | 0 | 10100101 | 1100011 | 1000011 |
Color Harmonies of #57FED3
Complementary color
Monochromatic Colors of #57FED3
Black with #57FED3
Text Example
Text Example
White with #57FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FED3; }
p { color: rgb(87,254,211); }
H1.HeaderClassName
{
color: #57FED3;
}
.AnyTagClassName
{
color: #57FED3;
}
</style>
background-color css
<style>
a { background-color: #57FED3; }
a { background-color: rgb(87,254,211); }
div.DivClassName
{
background-color: #57FED3;
}
.BgClassName
{
background-color: #57FED3;
}
</style>
border-color css
<style>
span { border-color: #57FED3; }
span { border-color: rgb(87,254,211); }
td.TdClassName
{
border-color: #57FED3;
}
.TagClassName
{
border-color: #57FED3;
}
</style>