Shades of Turquoise Blue #56DDE1
Tints of Turquoise Blue #56DDE1
RGB
CMYK
RGB Variations
Color information
#56DDE1 (or 0x56DDE1) is known color: Turquoise Blue. HEX triplet: 56, DD and E1. RGB value is (86,221,225). Sum of RGB (Red+Green+Blue) = 86+221+225=532 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.17% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #56DDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DDE1 is #A9221E. Grayscale: #B4B4B4. Windows color (decimal): -11084319 or 14802262. OLE color: 14802262.
HSL color Cylindrical-coordinate representation of color #56DDE1: hue angle of 181.73º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56DDE1 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 221 | 225 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.12 |
| HSL | 181.73º | 0.7% | 0.61% | - |
| HSV(B) | 181.73º | 0.62% | 0.88% | - |
| XYZ | 43.28 | 59.13 | 80.37 | - |
| YUV | 181.09 | 152.77 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 221 | 225 | 0.62 | 0.02 | 0 | 0.12 | 181.73 | 0.7 | 0.61 |
| Hex | 56 | DD | E1 | 3E | 2 | 0 | C | B6 | 46 | 3D |
| Octal | 126 | 335 | 341 | 76 | 2 | 0 | 14 | 266 | 106 | 75 |
| Binary | 1010110 | 11011101 | 11100001 | 111110 | 10 | 0 | 1100 | 10110110 | 1000110 | 111101 |
Color Harmonies of #56DDE1
Complementary color
Monochromatic Colors of #56DDE1
Black with #56DDE1
Text Example
Text Example
White with #56DDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DDE1; }
p { color: rgb(86,221,225); }
H1.HeaderClassName
{
color: #56DDE1;
}
.AnyTagClassName
{
color: #56DDE1;
}
</style>
background-color css
<style>
a { background-color: #56DDE1; }
a { background-color: rgb(86,221,225); }
div.DivClassName
{
background-color: #56DDE1;
}
.BgClassName
{
background-color: #56DDE1;
}
</style>
border-color css
<style>
span { border-color: #56DDE1; }
span { border-color: rgb(86,221,225); }
td.TdClassName
{
border-color: #56DDE1;
}
.TagClassName
{
border-color: #56DDE1;
}
</style>