Shades of Turquoise Blue #56DEE5
Tints of Turquoise Blue #56DEE5
RGB
CMYK
RGB Variations
Color information
#56DEE5 (or 0x56DEE5) is known color: Turquoise Blue. HEX triplet: 56, DE and E5. RGB value is (86,222,229). Sum of RGB (Red+Green+Blue) = 86+222+229=537 (71% of max value = 765). Red value is 86 (33.98% from 255 or 16.01% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #56DEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DEE5 is #A9211A. Grayscale: #B5B5B5. Windows color (decimal): -11084059 or 15064662. OLE color: 15064662.
HSL color Cylindrical-coordinate representation of color #56DEE5: hue angle of 182.94º 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 #56DEE5 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 222 | 229 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.10 |
| HSL | 182.94º | 0.73% | 0.62% | - |
| HSV(B) | 182.94º | 0.62% | 0.9% | - |
| XYZ | 44.1 | 59.88 | 83.36 | - |
| YUV | 182.13 | 154.44 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 222 | 229 | 0.62 | 0.03 | 0 | 0.10 | 182.94 | 0.73 | 0.62 |
| Hex | 56 | DE | E5 | 3E | 3 | 0 | A | B7 | 49 | 3E |
| Octal | 126 | 336 | 345 | 76 | 3 | 0 | 12 | 267 | 111 | 76 |
| Binary | 1010110 | 11011110 | 11100101 | 111110 | 11 | 0 | 1010 | 10110111 | 1001001 | 111110 |
Color Harmonies of #56DEE5
Complementary color
Monochromatic Colors of #56DEE5
Black with #56DEE5
Text Example
Text Example
White with #56DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DEE5; }
p { color: rgb(86,222,229); }
H1.HeaderClassName
{
color: #56DEE5;
}
.AnyTagClassName
{
color: #56DEE5;
}
</style>
background-color css
<style>
a { background-color: #56DEE5; }
a { background-color: rgb(86,222,229); }
div.DivClassName
{
background-color: #56DEE5;
}
.BgClassName
{
background-color: #56DEE5;
}
</style>
border-color css
<style>
span { border-color: #56DEE5; }
span { border-color: rgb(86,222,229); }
td.TdClassName
{
border-color: #56DEE5;
}
.TagClassName
{
border-color: #56DEE5;
}
</style>