Shades of Turquoise Blue #56D6EA
Tints of Turquoise Blue #56D6EA
RGB
CMYK
RGB Variations
Color information
#56D6EA (or 0x56D6EA) is known color: Turquoise Blue. HEX triplet: 56, D6 and EA. RGB value is (86,214,234). Sum of RGB (Red+Green+Blue) = 86+214+234=534 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.10% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #56D6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D6EA is #A92915. Grayscale: #B1B1B1. Windows color (decimal): -11086102 or 15390294. OLE color: 15390294.
HSL color Cylindrical-coordinate representation of color #56D6EA: hue angle of 188.11º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56D6EA is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 214 | 234 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.08 |
| HSL | 188.11º | 0.78% | 0.63% | - |
| HSV(B) | 188.11º | 0.63% | 0.92% | - |
| XYZ | 42.74 | 56.01 | 86.4 | - |
| YUV | 178.01 | 159.59 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 214 | 234 | 0.63 | 0.09 | 0 | 0.08 | 188.11 | 0.78 | 0.63 |
| Hex | 56 | D6 | EA | 3F | 9 | 0 | 8 | BC | 4E | 3F |
| Octal | 126 | 326 | 352 | 77 | 11 | 0 | 10 | 274 | 116 | 77 |
| Binary | 1010110 | 11010110 | 11101010 | 111111 | 1001 | 0 | 1000 | 10111100 | 1001110 | 111111 |
Color Harmonies of #56D6EA
Complementary color
Monochromatic Colors of #56D6EA
Black with #56D6EA
Text Example
Text Example
White with #56D6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D6EA; }
p { color: rgb(86,214,234); }
H1.HeaderClassName
{
color: #56D6EA;
}
.AnyTagClassName
{
color: #56D6EA;
}
</style>
background-color css
<style>
a { background-color: #56D6EA; }
a { background-color: rgb(86,214,234); }
div.DivClassName
{
background-color: #56D6EA;
}
.BgClassName
{
background-color: #56D6EA;
}
</style>
border-color css
<style>
span { border-color: #56D6EA; }
span { border-color: rgb(86,214,234); }
td.TdClassName
{
border-color: #56D6EA;
}
.TagClassName
{
border-color: #56D6EA;
}
</style>