Shades of Turquoise Blue #57D9FC
Tints of Turquoise Blue #57D9FC
RGB
CMYK
RGB Variations
Color information
#57D9FC (or 0x57D9FC) is known color: Turquoise Blue. HEX triplet: 57, D9 and FC. RGB value is (87,217,252). Sum of RGB (Red+Green+Blue) = 87+217+252=556 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.65% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #57D9FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57D9FC is #A82603. Grayscale: #B5B5B5. Windows color (decimal): -11019780 or 16570711. OLE color: 16570711.
HSL color Cylindrical-coordinate representation of color #57D9FC: hue angle of 192.73º 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 #57D9FC is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 217 | 252 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.01 |
| HSL | 192.73º | 0.96% | 0.66% | - |
| HSV(B) | 192.73º | 0.65% | 0.99% | - |
| XYZ | 46.31 | 58.68 | 100.98 | - |
| YUV | 182.12 | 167.43 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 217 | 252 | 0.65 | 0.14 | 0 | 0.01 | 192.73 | 0.96 | 0.66 |
| Hex | 57 | D9 | FC | 41 | E | 0 | 1 | C1 | 60 | 42 |
| Octal | 127 | 331 | 374 | 101 | 16 | 0 | 1 | 301 | 140 | 102 |
| Binary | 1010111 | 11011001 | 11111100 | 1000001 | 1110 | 0 | 1 | 11000001 | 1100000 | 1000010 |
Color Harmonies of #57D9FC
Complementary color
Monochromatic Colors of #57D9FC
Black with #57D9FC
Text Example
Text Example
White with #57D9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D9FC; }
p { color: rgb(87,217,252); }
H1.HeaderClassName
{
color: #57D9FC;
}
.AnyTagClassName
{
color: #57D9FC;
}
</style>
background-color css
<style>
a { background-color: #57D9FC; }
a { background-color: rgb(87,217,252); }
div.DivClassName
{
background-color: #57D9FC;
}
.BgClassName
{
background-color: #57D9FC;
}
</style>
border-color css
<style>
span { border-color: #57D9FC; }
span { border-color: rgb(87,217,252); }
td.TdClassName
{
border-color: #57D9FC;
}
.TagClassName
{
border-color: #57D9FC;
}
</style>