Shades of Turquoise Blue #57DCFC
Tints of Turquoise Blue #57DCFC
RGB
CMYK
RGB Variations
Color information
#57DCFC (or 0x57DCFC) is known color: Turquoise Blue. HEX triplet: 57, DC and FC. RGB value is (87,220,252). Sum of RGB (Red+Green+Blue) = 87+220+252=559 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.56% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #57DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DCFC is #A82303. Grayscale: #B7B7B7. Windows color (decimal): -11019012 or 16571479. OLE color: 16571479.
HSL color Cylindrical-coordinate representation of color #57DCFC: hue angle of 191.64º 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 #57DCFC is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 220 | 252 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.01 |
| HSL | 191.64º | 0.96% | 0.66% | - |
| HSV(B) | 191.64º | 0.65% | 0.99% | - |
| XYZ | 47.09 | 60.24 | 101.24 | - |
| YUV | 183.88 | 166.44 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 252 | 0.65 | 0.13 | 0 | 0.01 | 191.64 | 0.96 | 0.66 |
| Hex | 57 | DC | FC | 41 | D | 0 | 1 | C0 | 60 | 42 |
| Octal | 127 | 334 | 374 | 101 | 15 | 0 | 1 | 300 | 140 | 102 |
| Binary | 1010111 | 11011100 | 11111100 | 1000001 | 1101 | 0 | 1 | 11000000 | 1100000 | 1000010 |
Color Harmonies of #57DCFC
Complementary color
Monochromatic Colors of #57DCFC
Black with #57DCFC
Text Example
Text Example
White with #57DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DCFC; }
p { color: rgb(87,220,252); }
H1.HeaderClassName
{
color: #57DCFC;
}
.AnyTagClassName
{
color: #57DCFC;
}
</style>
background-color css
<style>
a { background-color: #57DCFC; }
a { background-color: rgb(87,220,252); }
div.DivClassName
{
background-color: #57DCFC;
}
.BgClassName
{
background-color: #57DCFC;
}
</style>
border-color css
<style>
span { border-color: #57DCFC; }
span { border-color: rgb(87,220,252); }
td.TdClassName
{
border-color: #57DCFC;
}
.TagClassName
{
border-color: #57DCFC;
}
</style>