Shades of Turquoise Blue #56DBFB
Tints of Turquoise Blue #56DBFB
RGB
CMYK
RGB Variations
Color information
#56DBFB (or 0x56DBFB) is known color: Turquoise Blue. HEX triplet: 56, DB and FB. RGB value is (86,219,251). Sum of RGB (Red+Green+Blue) = 86+219+251=556 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.47% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #56DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DBFB is #A92404. Grayscale: #B6B6B6. Windows color (decimal): -11084805 or 16505686. OLE color: 16505686.
HSL color Cylindrical-coordinate representation of color #56DBFB: hue angle of 191.64º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56DBFB is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 219 | 251 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.02 |
| HSL | 191.64º | 0.95% | 0.66% | - |
| HSV(B) | 191.64º | 0.66% | 0.98% | - |
| XYZ | 46.58 | 59.61 | 100.32 | - |
| YUV | 182.88 | 166.44 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 251 | 0.66 | 0.13 | 0 | 0.02 | 191.64 | 0.95 | 0.66 |
| Hex | 56 | DB | FB | 42 | D | 0 | 2 | C0 | 5F | 42 |
| Octal | 126 | 333 | 373 | 102 | 15 | 0 | 2 | 300 | 137 | 102 |
| Binary | 1010110 | 11011011 | 11111011 | 1000010 | 1101 | 0 | 10 | 11000000 | 1011111 | 1000010 |
Color Harmonies of #56DBFB
Complementary color
Monochromatic Colors of #56DBFB
Black with #56DBFB
Text Example
Text Example
White with #56DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBFB; }
p { color: rgb(86,219,251); }
H1.HeaderClassName
{
color: #56DBFB;
}
.AnyTagClassName
{
color: #56DBFB;
}
</style>
background-color css
<style>
a { background-color: #56DBFB; }
a { background-color: rgb(86,219,251); }
div.DivClassName
{
background-color: #56DBFB;
}
.BgClassName
{
background-color: #56DBFB;
}
</style>
border-color css
<style>
span { border-color: #56DBFB; }
span { border-color: rgb(86,219,251); }
td.TdClassName
{
border-color: #56DBFB;
}
.TagClassName
{
border-color: #56DBFB;
}
</style>