Shades of Turquoise Blue #56E1DF
Tints of Turquoise Blue #56E1DF
RGB
CMYK
RGB Variations
Color information
#56E1DF (or 0x56E1DF) is known color: Turquoise Blue. HEX triplet: 56, E1 and DF. RGB value is (86,225,223). Sum of RGB (Red+Green+Blue) = 86+225+223=534 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.10% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #56E1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E1DF is #A91E20. Grayscale: #B7B7B7. Windows color (decimal): -11083297 or 14672214. OLE color: 14672214.
HSL color Cylindrical-coordinate representation of color #56E1DF: hue angle of 179.14º 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 #56E1DF is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 225 | 223 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.12 |
| HSL | 179.14º | 0.7% | 0.61% | - |
| HSV(B) | 179.14º | 0.62% | 0.88% | - |
| XYZ | 44.08 | 61.16 | 79.29 | - |
| YUV | 183.21 | 150.45 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 225 | 223 | 0.62 | 0 | 0.01 | 0.12 | 179.14 | 0.7 | 0.61 |
| Hex | 56 | E1 | DF | 3E | 0 | 1 | C | B3 | 46 | 3D |
| Octal | 126 | 341 | 337 | 76 | 0 | 1 | 14 | 263 | 106 | 75 |
| Binary | 1010110 | 11100001 | 11011111 | 111110 | 0 | 1 | 1100 | 10110011 | 1000110 | 111101 |
Color Harmonies of #56E1DF
Complementary color
Monochromatic Colors of #56E1DF
Black with #56E1DF
Text Example
Text Example
White with #56E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E1DF; }
p { color: rgb(86,225,223); }
H1.HeaderClassName
{
color: #56E1DF;
}
.AnyTagClassName
{
color: #56E1DF;
}
</style>
background-color css
<style>
a { background-color: #56E1DF; }
a { background-color: rgb(86,225,223); }
div.DivClassName
{
background-color: #56E1DF;
}
.BgClassName
{
background-color: #56E1DF;
}
</style>
border-color css
<style>
span { border-color: #56E1DF; }
span { border-color: rgb(86,225,223); }
td.TdClassName
{
border-color: #56E1DF;
}
.TagClassName
{
border-color: #56E1DF;
}
</style>