Shades of Turquoise Blue #57DCFD
Tints of Turquoise Blue #57DCFD
RGB
CMYK
RGB Variations
Color information
#57DCFD (or 0x57DCFD) is known color: Turquoise Blue. HEX triplet: 57, DC and FD. RGB value is (87,220,253). Sum of RGB (Red+Green+Blue) = 87+220+253=560 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.54% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #57DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DCFD is #A82302. Grayscale: #B7B7B7. Windows color (decimal): -11019011 or 16637015. OLE color: 16637015.
HSL color Cylindrical-coordinate representation of color #57DCFD: hue angle of 191.93º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57DCFD is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 220 | 253 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.01 |
| HSL | 191.93º | 0.98% | 0.67% | - |
| HSV(B) | 191.93º | 0.66% | 0.99% | - |
| XYZ | 47.25 | 60.3 | 102.08 | - |
| YUV | 184 | 166.94 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 253 | 0.66 | 0.13 | 0 | 0.01 | 191.93 | 0.98 | 0.67 |
| Hex | 57 | DC | FD | 42 | D | 0 | 1 | C0 | 62 | 43 |
| Octal | 127 | 334 | 375 | 102 | 15 | 0 | 1 | 300 | 142 | 103 |
| Binary | 1010111 | 11011100 | 11111101 | 1000010 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000011 |
Color Harmonies of #57DCFD
Complementary color
Monochromatic Colors of #57DCFD
Black with #57DCFD
Text Example
Text Example
White with #57DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DCFD; }
p { color: rgb(87,220,253); }
H1.HeaderClassName
{
color: #57DCFD;
}
.AnyTagClassName
{
color: #57DCFD;
}
</style>
background-color css
<style>
a { background-color: #57DCFD; }
a { background-color: rgb(87,220,253); }
div.DivClassName
{
background-color: #57DCFD;
}
.BgClassName
{
background-color: #57DCFD;
}
</style>
border-color css
<style>
span { border-color: #57DCFD; }
span { border-color: rgb(87,220,253); }
td.TdClassName
{
border-color: #57DCFD;
}
.TagClassName
{
border-color: #57DCFD;
}
</style>