Shades of Turquoise Blue #56DCE5
Tints of Turquoise Blue #56DCE5
RGB
CMYK
RGB Variations
Color information
#56DCE5 (or 0x56DCE5) is known color: Turquoise Blue. HEX triplet: 56, DC and E5. RGB value is (86,220,229). Sum of RGB (Red+Green+Blue) = 86+220+229=535 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.07% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #56DCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCE5 is #A9231A. Grayscale: #B4B4B4. Windows color (decimal): -11084571 or 15064150. OLE color: 15064150.
HSL color Cylindrical-coordinate representation of color #56DCE5: hue angle of 183.78º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56DCE5 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 220 | 229 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.10 |
| HSL | 183.78º | 0.73% | 0.62% | - |
| HSV(B) | 183.78º | 0.62% | 0.9% | - |
| XYZ | 43.57 | 58.82 | 83.19 | - |
| YUV | 180.96 | 155.11 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 220 | 229 | 0.62 | 0.04 | 0 | 0.10 | 183.78 | 0.73 | 0.62 |
| Hex | 56 | DC | E5 | 3E | 4 | 0 | A | B8 | 49 | 3E |
| Octal | 126 | 334 | 345 | 76 | 4 | 0 | 12 | 270 | 111 | 76 |
| Binary | 1010110 | 11011100 | 11100101 | 111110 | 100 | 0 | 1010 | 10111000 | 1001001 | 111110 |
Color Harmonies of #56DCE5
Complementary color
Monochromatic Colors of #56DCE5
Black with #56DCE5
Text Example
Text Example
White with #56DCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DCE5; }
p { color: rgb(86,220,229); }
H1.HeaderClassName
{
color: #56DCE5;
}
.AnyTagClassName
{
color: #56DCE5;
}
</style>
background-color css
<style>
a { background-color: #56DCE5; }
a { background-color: rgb(86,220,229); }
div.DivClassName
{
background-color: #56DCE5;
}
.BgClassName
{
background-color: #56DCE5;
}
</style>
border-color css
<style>
span { border-color: #56DCE5; }
span { border-color: rgb(86,220,229); }
td.TdClassName
{
border-color: #56DCE5;
}
.TagClassName
{
border-color: #56DCE5;
}
</style>