Shades of Turquoise Blue #57E5FC
Tints of Turquoise Blue #57E5FC
RGB
CMYK
RGB Variations
Color information
#57E5FC (or 0x57E5FC) is known color: Turquoise Blue. HEX triplet: 57, E5 and FC. RGB value is (87,229,252). Sum of RGB (Red+Green+Blue) = 87+229+252=568 (75% of max value = 765). Red value is 87 (34.38% from 255 or 15.32% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #57E5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57E5FC is #A81A03. Grayscale: #BCBCBC. Windows color (decimal): -11016708 or 16573783. OLE color: 16573783.
HSL color Cylindrical-coordinate representation of color #57E5FC: hue angle of 188.36º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57E5FC is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 229 | 252 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.01 |
| HSL | 188.36º | 0.96% | 0.66% | - |
| HSV(B) | 188.36º | 0.65% | 0.99% | - |
| XYZ | 49.52 | 65.09 | 102.05 | - |
| YUV | 189.16 | 163.46 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 229 | 252 | 0.65 | 0.09 | 0 | 0.01 | 188.36 | 0.96 | 0.66 |
| Hex | 57 | E5 | FC | 41 | 9 | 0 | 1 | BC | 60 | 42 |
| Octal | 127 | 345 | 374 | 101 | 11 | 0 | 1 | 274 | 140 | 102 |
| Binary | 1010111 | 11100101 | 11111100 | 1000001 | 1001 | 0 | 1 | 10111100 | 1100000 | 1000010 |
Color Harmonies of #57E5FC
Complementary color
Monochromatic Colors of #57E5FC
Black with #57E5FC
Text Example
Text Example
White with #57E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E5FC; }
p { color: rgb(87,229,252); }
H1.HeaderClassName
{
color: #57E5FC;
}
.AnyTagClassName
{
color: #57E5FC;
}
</style>
background-color css
<style>
a { background-color: #57E5FC; }
a { background-color: rgb(87,229,252); }
div.DivClassName
{
background-color: #57E5FC;
}
.BgClassName
{
background-color: #57E5FC;
}
</style>
border-color css
<style>
span { border-color: #57E5FC; }
span { border-color: rgb(87,229,252); }
td.TdClassName
{
border-color: #57E5FC;
}
.TagClassName
{
border-color: #57E5FC;
}
</style>