Shades of Turquoise Blue #57E1F3
Tints of Turquoise Blue #57E1F3
RGB
CMYK
RGB Variations
Color information
#57E1F3 (or 0x57E1F3) is known color: Turquoise Blue. HEX triplet: 57, E1 and F3. RGB value is (87,225,243). Sum of RGB (Red+Green+Blue) = 87+225+243=555 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.68% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #57E1F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57E1F3 is #A81E0C. Grayscale: #B9B9B9. Windows color (decimal): -11017741 or 15982935. OLE color: 15982935.
HSL color Cylindrical-coordinate representation of color #57E1F3: hue angle of 186.92º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57E1F3 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 225 | 243 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.05 |
| HSL | 186.92º | 0.87% | 0.65% | - |
| HSV(B) | 186.92º | 0.64% | 0.95% | - |
| XYZ | 47.03 | 62.35 | 94.35 | - |
| YUV | 185.79 | 160.28 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 225 | 243 | 0.64 | 0.07 | 0 | 0.05 | 186.92 | 0.87 | 0.65 |
| Hex | 57 | E1 | F3 | 40 | 7 | 0 | 5 | BB | 57 | 41 |
| Octal | 127 | 341 | 363 | 100 | 7 | 0 | 5 | 273 | 127 | 101 |
| Binary | 1010111 | 11100001 | 11110011 | 1000000 | 111 | 0 | 101 | 10111011 | 1010111 | 1000001 |
Color Harmonies of #57E1F3
Complementary color
Monochromatic Colors of #57E1F3
Black with #57E1F3
Text Example
Text Example
White with #57E1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E1F3; }
p { color: rgb(87,225,243); }
H1.HeaderClassName
{
color: #57E1F3;
}
.AnyTagClassName
{
color: #57E1F3;
}
</style>
background-color css
<style>
a { background-color: #57E1F3; }
a { background-color: rgb(87,225,243); }
div.DivClassName
{
background-color: #57E1F3;
}
.BgClassName
{
background-color: #57E1F3;
}
</style>
border-color css
<style>
span { border-color: #57E1F3; }
span { border-color: rgb(87,225,243); }
td.TdClassName
{
border-color: #57E1F3;
}
.TagClassName
{
border-color: #57E1F3;
}
</style>