Shades of Turquoise Blue #57E0F1
Tints of Turquoise Blue #57E0F1
RGB
CMYK
RGB Variations
Color information
#57E0F1 (or 0x57E0F1) is known color: Turquoise Blue. HEX triplet: 57, E0 and F1. RGB value is (87,224,241). Sum of RGB (Red+Green+Blue) = 87+224+241=552 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.76% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #57E0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57E0F1 is #A81F0E. Grayscale: #B8B8B8. Windows color (decimal): -11017999 or 15851607. OLE color: 15851607.
HSL color Cylindrical-coordinate representation of color #57E0F1: hue angle of 186.62º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57E0F1 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 224 | 241 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.05 |
| HSL | 186.62º | 0.85% | 0.64% | - |
| HSV(B) | 186.62º | 0.64% | 0.95% | - |
| XYZ | 46.46 | 61.69 | 92.68 | - |
| YUV | 184.98 | 159.61 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 224 | 241 | 0.64 | 0.07 | 0 | 0.05 | 186.62 | 0.85 | 0.64 |
| Hex | 57 | E0 | F1 | 40 | 7 | 0 | 5 | BB | 55 | 40 |
| Octal | 127 | 340 | 361 | 100 | 7 | 0 | 5 | 273 | 125 | 100 |
| Binary | 1010111 | 11100000 | 11110001 | 1000000 | 111 | 0 | 101 | 10111011 | 1010101 | 1000000 |
Color Harmonies of #57E0F1
Complementary color
Monochromatic Colors of #57E0F1
Black with #57E0F1
Text Example
Text Example
White with #57E0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E0F1; }
p { color: rgb(87,224,241); }
H1.HeaderClassName
{
color: #57E0F1;
}
.AnyTagClassName
{
color: #57E0F1;
}
</style>
background-color css
<style>
a { background-color: #57E0F1; }
a { background-color: rgb(87,224,241); }
div.DivClassName
{
background-color: #57E0F1;
}
.BgClassName
{
background-color: #57E0F1;
}
</style>
border-color css
<style>
span { border-color: #57E0F1; }
span { border-color: rgb(87,224,241); }
td.TdClassName
{
border-color: #57E0F1;
}
.TagClassName
{
border-color: #57E0F1;
}
</style>