Shades of Turquoise Blue #56DDF1
Tints of Turquoise Blue #56DDF1
RGB
CMYK
RGB Variations
Color information
#56DDF1 (or 0x56DDF1) is known color: Turquoise Blue. HEX triplet: 56, DD and F1. RGB value is (86,221,241). Sum of RGB (Red+Green+Blue) = 86+221+241=548 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.69% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #56DDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DDF1 is #A9220E. Grayscale: #B6B6B6. Windows color (decimal): -11084303 or 15850838. OLE color: 15850838.
HSL color Cylindrical-coordinate representation of color #56DDF1: hue angle of 187.74º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56DDF1 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 221 | 241 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.05 |
| HSL | 187.74º | 0.85% | 0.64% | - |
| HSV(B) | 187.74º | 0.64% | 0.95% | - |
| XYZ | 45.57 | 60.04 | 92.41 | - |
| YUV | 182.92 | 160.77 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 221 | 241 | 0.64 | 0.08 | 0 | 0.05 | 187.74 | 0.85 | 0.64 |
| Hex | 56 | DD | F1 | 40 | 8 | 0 | 5 | BC | 55 | 40 |
| Octal | 126 | 335 | 361 | 100 | 10 | 0 | 5 | 274 | 125 | 100 |
| Binary | 1010110 | 11011101 | 11110001 | 1000000 | 1000 | 0 | 101 | 10111100 | 1010101 | 1000000 |
Color Harmonies of #56DDF1
Complementary color
Monochromatic Colors of #56DDF1
Black with #56DDF1
Text Example
Text Example
White with #56DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DDF1; }
p { color: rgb(86,221,241); }
H1.HeaderClassName
{
color: #56DDF1;
}
.AnyTagClassName
{
color: #56DDF1;
}
</style>
background-color css
<style>
a { background-color: #56DDF1; }
a { background-color: rgb(86,221,241); }
div.DivClassName
{
background-color: #56DDF1;
}
.BgClassName
{
background-color: #56DDF1;
}
</style>
border-color css
<style>
span { border-color: #56DDF1; }
span { border-color: rgb(86,221,241); }
td.TdClassName
{
border-color: #56DDF1;
}
.TagClassName
{
border-color: #56DDF1;
}
</style>