Shades of Turquoise Blue #56DCFD
Tints of Turquoise Blue #56DCFD
RGB
CMYK
RGB Variations
Color information
#56DCFD (or 0x56DCFD) is known color: Turquoise Blue. HEX triplet: 56, DC and FD. RGB value is (86,220,253). Sum of RGB (Red+Green+Blue) = 86+220+253=559 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.38% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #56DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DCFD is #A92302. Grayscale: #B7B7B7. Windows color (decimal): -11084547 or 16637014. OLE color: 16637014.
HSL color Cylindrical-coordinate representation of color #56DCFD: hue angle of 191.86º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56DCFD is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 220 | 253 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.01 |
| HSL | 191.86º | 0.98% | 0.66% | - |
| HSV(B) | 191.86º | 0.66% | 0.99% | - |
| XYZ | 47.16 | 60.26 | 102.07 | - |
| YUV | 183.7 | 167.11 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 253 | 0.66 | 0.13 | 0 | 0.01 | 191.86 | 0.98 | 0.66 |
| Hex | 56 | DC | FD | 42 | D | 0 | 1 | C0 | 62 | 42 |
| Octal | 126 | 334 | 375 | 102 | 15 | 0 | 1 | 300 | 142 | 102 |
| Binary | 1010110 | 11011100 | 11111101 | 1000010 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000010 |
Color Harmonies of #56DCFD
Complementary color
Monochromatic Colors of #56DCFD
Black with #56DCFD
Text Example
Text Example
White with #56DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DCFD; }
p { color: rgb(86,220,253); }
H1.HeaderClassName
{
color: #56DCFD;
}
.AnyTagClassName
{
color: #56DCFD;
}
</style>
background-color css
<style>
a { background-color: #56DCFD; }
a { background-color: rgb(86,220,253); }
div.DivClassName
{
background-color: #56DCFD;
}
.BgClassName
{
background-color: #56DCFD;
}
</style>
border-color css
<style>
span { border-color: #56DCFD; }
span { border-color: rgb(86,220,253); }
td.TdClassName
{
border-color: #56DCFD;
}
.TagClassName
{
border-color: #56DCFD;
}
</style>