Shades of Turquoise Blue #57D5F6
Tints of Turquoise Blue #57D5F6
RGB
CMYK
RGB Variations
Color information
#57D5F6 (or 0x57D5F6) is known color: Turquoise Blue. HEX triplet: 57, D5 and F6. RGB value is (87,213,246). Sum of RGB (Red+Green+Blue) = 87+213+246=546 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.93% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #57D5F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D5F6 is #A82A09. Grayscale: #B2B2B2. Windows color (decimal): -11020810 or 16176471. OLE color: 16176471.
HSL color Cylindrical-coordinate representation of color #57D5F6: hue angle of 192.45º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57D5F6 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 213 | 246 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.04 |
| HSL | 192.45º | 0.9% | 0.65% | - |
| HSV(B) | 192.45º | 0.65% | 0.96% | - |
| XYZ | 44.36 | 56.27 | 95.71 | - |
| YUV | 179.09 | 165.76 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 213 | 246 | 0.65 | 0.13 | 0 | 0.04 | 192.45 | 0.9 | 0.65 |
| Hex | 57 | D5 | F6 | 41 | D | 0 | 4 | C0 | 5A | 41 |
| Octal | 127 | 325 | 366 | 101 | 15 | 0 | 4 | 300 | 132 | 101 |
| Binary | 1010111 | 11010101 | 11110110 | 1000001 | 1101 | 0 | 100 | 11000000 | 1011010 | 1000001 |
Color Harmonies of #57D5F6
Complementary color
Monochromatic Colors of #57D5F6
Black with #57D5F6
Text Example
Text Example
White with #57D5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D5F6; }
p { color: rgb(87,213,246); }
H1.HeaderClassName
{
color: #57D5F6;
}
.AnyTagClassName
{
color: #57D5F6;
}
</style>
background-color css
<style>
a { background-color: #57D5F6; }
a { background-color: rgb(87,213,246); }
div.DivClassName
{
background-color: #57D5F6;
}
.BgClassName
{
background-color: #57D5F6;
}
</style>
border-color css
<style>
span { border-color: #57D5F6; }
span { border-color: rgb(87,213,246); }
td.TdClassName
{
border-color: #57D5F6;
}
.TagClassName
{
border-color: #57D5F6;
}
</style>