Shades of Turquoise Blue #56DBFD
Tints of Turquoise Blue #56DBFD
RGB
CMYK
RGB Variations
Color information
#56DBFD (or 0x56DBFD) is known color: Turquoise Blue. HEX triplet: 56, DB and FD. RGB value is (86,219,253). Sum of RGB (Red+Green+Blue) = 86+219+253=558 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.41% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #56DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DBFD is #A92402. Grayscale: #B6B6B6. Windows color (decimal): -11084803 or 16636758. OLE color: 16636758.
HSL color Cylindrical-coordinate representation of color #56DBFD: hue angle of 192.22º 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 #56DBFD is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 219 | 253 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.01 |
| HSL | 192.22º | 0.98% | 0.66% | - |
| HSV(B) | 192.22º | 0.66% | 0.99% | - |
| XYZ | 46.9 | 59.73 | 101.99 | - |
| YUV | 183.11 | 167.44 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 253 | 0.66 | 0.13 | 0 | 0.01 | 192.22 | 0.98 | 0.66 |
| Hex | 56 | DB | FD | 42 | D | 0 | 1 | C0 | 62 | 42 |
| Octal | 126 | 333 | 375 | 102 | 15 | 0 | 1 | 300 | 142 | 102 |
| Binary | 1010110 | 11011011 | 11111101 | 1000010 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000010 |
Color Harmonies of #56DBFD
Complementary color
Monochromatic Colors of #56DBFD
Black with #56DBFD
Text Example
Text Example
White with #56DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBFD; }
p { color: rgb(86,219,253); }
H1.HeaderClassName
{
color: #56DBFD;
}
.AnyTagClassName
{
color: #56DBFD;
}
</style>
background-color css
<style>
a { background-color: #56DBFD; }
a { background-color: rgb(86,219,253); }
div.DivClassName
{
background-color: #56DBFD;
}
.BgClassName
{
background-color: #56DBFD;
}
</style>
border-color css
<style>
span { border-color: #56DBFD; }
span { border-color: rgb(86,219,253); }
td.TdClassName
{
border-color: #56DBFD;
}
.TagClassName
{
border-color: #56DBFD;
}
</style>