Shades of Turquoise #57FEE0
Tints of Turquoise #57FEE0
RGB
CMYK
RGB Variations
Color information
#57FEE0 (or 0x57FEE0) is known color: Turquoise. HEX triplet: 57, FE and E0. RGB value is (87,254,224). Sum of RGB (Red+Green+Blue) = 87+254+224=565 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.40% from 565); Green value is 254 (99.61% from 255 or 44.96% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 254 - color contains mainly: green. Hex color #57FEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FEE0 is #A8011F. Grayscale: #C8C8C8. Windows color (decimal): -11010336 or 14745175. OLE color: 14745175.
HSL color Cylindrical-coordinate representation of color #57FEE0: hue angle of 169.22º 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 #57FEE0 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 254 | 224 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.00 |
| HSL | 169.22º | 0.99% | 0.67% | - |
| HSV(B) | 169.22º | 0.66% | 1% | - |
| XYZ | 52.83 | 78.29 | 82.85 | - |
| YUV | 200.65 | 141.17 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 224 | 0.66 | 0 | 0.12 | 0.00 | 169.22 | 0.99 | 0.67 |
| Hex | 57 | FE | E0 | 42 | 0 | C | 0 | A9 | 63 | 43 |
| Octal | 127 | 376 | 340 | 102 | 0 | 14 | 0 | 251 | 143 | 103 |
| Binary | 1010111 | 11111110 | 11100000 | 1000010 | 0 | 1100 | 0 | 10101001 | 1100011 | 1000011 |
Color Harmonies of #57FEE0
Complementary color
Monochromatic Colors of #57FEE0
Black with #57FEE0
Text Example
Text Example
White with #57FEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FEE0; }
p { color: rgb(87,254,224); }
H1.HeaderClassName
{
color: #57FEE0;
}
.AnyTagClassName
{
color: #57FEE0;
}
</style>
background-color css
<style>
a { background-color: #57FEE0; }
a { background-color: rgb(87,254,224); }
div.DivClassName
{
background-color: #57FEE0;
}
.BgClassName
{
background-color: #57FEE0;
}
</style>
border-color css
<style>
span { border-color: #57FEE0; }
span { border-color: rgb(87,254,224); }
td.TdClassName
{
border-color: #57FEE0;
}
.TagClassName
{
border-color: #57FEE0;
}
</style>