Shades of Turquoise Blue #57E6F9
Tints of Turquoise Blue #57E6F9
RGB
CMYK
RGB Variations
Color information
#57E6F9 (or 0x57E6F9) is known color: Turquoise Blue. HEX triplet: 57, E6 and F9. RGB value is (87,230,249). Sum of RGB (Red+Green+Blue) = 87+230+249=566 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.37% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #57E6F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #57E6F9 is #A81906. Grayscale: #BDBDBD. Windows color (decimal): -11016455 or 16377431. OLE color: 16377431.
HSL color Cylindrical-coordinate representation of color #57E6F9: hue angle of 187.04º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57E6F9 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 230 | 249 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.02 |
| HSL | 187.04º | 0.93% | 0.66% | - |
| HSV(B) | 187.04º | 0.65% | 0.98% | - |
| XYZ | 49.33 | 65.46 | 99.66 | - |
| YUV | 189.41 | 161.62 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 230 | 249 | 0.65 | 0.08 | 0 | 0.02 | 187.04 | 0.93 | 0.66 |
| Hex | 57 | E6 | F9 | 41 | 8 | 0 | 2 | BB | 5D | 42 |
| Octal | 127 | 346 | 371 | 101 | 10 | 0 | 2 | 273 | 135 | 102 |
| Binary | 1010111 | 11100110 | 11111001 | 1000001 | 1000 | 0 | 10 | 10111011 | 1011101 | 1000010 |
Color Harmonies of #57E6F9
Complementary color
Monochromatic Colors of #57E6F9
Black with #57E6F9
Text Example
Text Example
White with #57E6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E6F9; }
p { color: rgb(87,230,249); }
H1.HeaderClassName
{
color: #57E6F9;
}
.AnyTagClassName
{
color: #57E6F9;
}
</style>
background-color css
<style>
a { background-color: #57E6F9; }
a { background-color: rgb(87,230,249); }
div.DivClassName
{
background-color: #57E6F9;
}
.BgClassName
{
background-color: #57E6F9;
}
</style>
border-color css
<style>
span { border-color: #57E6F9; }
span { border-color: rgb(87,230,249); }
td.TdClassName
{
border-color: #57E6F9;
}
.TagClassName
{
border-color: #57E6F9;
}
</style>