Shades of Turquoise #57F0E0
Tints of Turquoise #57F0E0
RGB
CMYK
RGB Variations
Color information
#57F0E0 (or 0x57F0E0) is known color: Turquoise. HEX triplet: 57, F0 and E0. RGB value is (87,240,224). Sum of RGB (Red+Green+Blue) = 87+240+224=551 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.79% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #57F0E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F0E0 is #A80F1F. Grayscale: #C0C0C0. Windows color (decimal): -11013920 or 14741591. OLE color: 14741591.
HSL color Cylindrical-coordinate representation of color #57F0E0: hue angle of 173.73º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57F0E0 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 240 | 224 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.06 |
| HSL | 173.73º | 0.84% | 0.64% | - |
| HSV(B) | 173.73º | 0.64% | 0.94% | - |
| XYZ | 48.55 | 69.73 | 81.42 | - |
| YUV | 192.43 | 145.81 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 240 | 224 | 0.64 | 0 | 0.07 | 0.06 | 173.73 | 0.84 | 0.64 |
| Hex | 57 | F0 | E0 | 40 | 0 | 7 | 6 | AE | 54 | 40 |
| Octal | 127 | 360 | 340 | 100 | 0 | 7 | 6 | 256 | 124 | 100 |
| Binary | 1010111 | 11110000 | 11100000 | 1000000 | 0 | 111 | 110 | 10101110 | 1010100 | 1000000 |
Color Harmonies of #57F0E0
Complementary color
Monochromatic Colors of #57F0E0
Black with #57F0E0
Text Example
Text Example
White with #57F0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57F0E0; }
p { color: rgb(87,240,224); }
H1.HeaderClassName
{
color: #57F0E0;
}
.AnyTagClassName
{
color: #57F0E0;
}
</style>
background-color css
<style>
a { background-color: #57F0E0; }
a { background-color: rgb(87,240,224); }
div.DivClassName
{
background-color: #57F0E0;
}
.BgClassName
{
background-color: #57F0E0;
}
</style>
border-color css
<style>
span { border-color: #57F0E0; }
span { border-color: rgb(87,240,224); }
td.TdClassName
{
border-color: #57F0E0;
}
.TagClassName
{
border-color: #57F0E0;
}
</style>