Shades of Turquoise Blue #56D7DF
Tints of Turquoise Blue #56D7DF
RGB
CMYK
RGB Variations
Color information
#56D7DF (or 0x56D7DF) is known color: Turquoise Blue. HEX triplet: 56, D7 and DF. RGB value is (86,215,223). Sum of RGB (Red+Green+Blue) = 86+215+223=524 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.41% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #56D7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D7DF is #A92820. Grayscale: #B1B1B1. Windows color (decimal): -11085857 or 14669654. OLE color: 14669654.
HSL color Cylindrical-coordinate representation of color #56D7DF: hue angle of 183.5º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56D7DF is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 215 | 223 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.13 |
| HSL | 183.5º | 0.68% | 0.61% | - |
| HSV(B) | 183.5º | 0.61% | 0.87% | - |
| XYZ | 41.46 | 55.91 | 78.42 | - |
| YUV | 177.34 | 153.76 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 215 | 223 | 0.61 | 0.04 | 0 | 0.13 | 183.5 | 0.68 | 0.61 |
| Hex | 56 | D7 | DF | 3D | 4 | 0 | D | B8 | 44 | 3D |
| Octal | 126 | 327 | 337 | 75 | 4 | 0 | 15 | 270 | 104 | 75 |
| Binary | 1010110 | 11010111 | 11011111 | 111101 | 100 | 0 | 1101 | 10111000 | 1000100 | 111101 |
Color Harmonies of #56D7DF
Complementary color
Monochromatic Colors of #56D7DF
Black with #56D7DF
Text Example
Text Example
White with #56D7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D7DF; }
p { color: rgb(86,215,223); }
H1.HeaderClassName
{
color: #56D7DF;
}
.AnyTagClassName
{
color: #56D7DF;
}
</style>
background-color css
<style>
a { background-color: #56D7DF; }
a { background-color: rgb(86,215,223); }
div.DivClassName
{
background-color: #56D7DF;
}
.BgClassName
{
background-color: #56D7DF;
}
</style>
border-color css
<style>
span { border-color: #56D7DF; }
span { border-color: rgb(86,215,223); }
td.TdClassName
{
border-color: #56D7DF;
}
.TagClassName
{
border-color: #56D7DF;
}
</style>