Shades of Turquoise Blue #57E1FE
Tints of Turquoise Blue #57E1FE
RGB
CMYK
RGB Variations
Color information
#57E1FE (or 0x57E1FE) is known color: Turquoise Blue. HEX triplet: 57, E1 and FE. RGB value is (87,225,254). Sum of RGB (Red+Green+Blue) = 87+225+254=566 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.37% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #57E1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57E1FE is #A81E01. Grayscale: #BABABA. Windows color (decimal): -11017730 or 16703831. OLE color: 16703831.
HSL color Cylindrical-coordinate representation of color #57E1FE: hue angle of 190.42º 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 #57E1FE is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 225 | 254 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.00 |
| HSL | 190.42º | 0.99% | 0.67% | - |
| HSV(B) | 190.42º | 0.66% | 1% | - |
| XYZ | 48.75 | 63.03 | 103.36 | - |
| YUV | 187.04 | 165.78 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 225 | 254 | 0.66 | 0.11 | 0 | 0.00 | 190.42 | 0.99 | 0.67 |
| Hex | 57 | E1 | FE | 42 | B | 0 | 0 | BE | 63 | 43 |
| Octal | 127 | 341 | 376 | 102 | 13 | 0 | 0 | 276 | 143 | 103 |
| Binary | 1010111 | 11100001 | 11111110 | 1000010 | 1011 | 0 | 0 | 10111110 | 1100011 | 1000011 |
Color Harmonies of #57E1FE
Complementary color
Monochromatic Colors of #57E1FE
Black with #57E1FE
Text Example
Text Example
White with #57E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E1FE; }
p { color: rgb(87,225,254); }
H1.HeaderClassName
{
color: #57E1FE;
}
.AnyTagClassName
{
color: #57E1FE;
}
</style>
background-color css
<style>
a { background-color: #57E1FE; }
a { background-color: rgb(87,225,254); }
div.DivClassName
{
background-color: #57E1FE;
}
.BgClassName
{
background-color: #57E1FE;
}
</style>
border-color css
<style>
span { border-color: #57E1FE; }
span { border-color: rgb(87,225,254); }
td.TdClassName
{
border-color: #57E1FE;
}
.TagClassName
{
border-color: #57E1FE;
}
</style>