Shades of Turquoise Blue #56D8EE
Tints of Turquoise Blue #56D8EE
RGB
CMYK
RGB Variations
Color information
#56D8EE (or 0x56D8EE) is known color: Turquoise Blue. HEX triplet: 56, D8 and EE. RGB value is (86,216,238). Sum of RGB (Red+Green+Blue) = 86+216+238=540 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.93% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #56D8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D8EE is #A92711. Grayscale: #B3B3B3. Windows color (decimal): -11085586 or 15652950. OLE color: 15652950.
HSL color Cylindrical-coordinate representation of color #56D8EE: hue angle of 188.68º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56D8EE is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 216 | 238 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.07 |
| HSL | 188.68º | 0.82% | 0.64% | - |
| HSV(B) | 188.68º | 0.64% | 0.93% | - |
| XYZ | 43.83 | 57.26 | 89.63 | - |
| YUV | 179.64 | 160.93 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 216 | 238 | 0.64 | 0.09 | 0 | 0.07 | 188.68 | 0.82 | 0.64 |
| Hex | 56 | D8 | EE | 40 | 9 | 0 | 7 | BD | 52 | 40 |
| Octal | 126 | 330 | 356 | 100 | 11 | 0 | 7 | 275 | 122 | 100 |
| Binary | 1010110 | 11011000 | 11101110 | 1000000 | 1001 | 0 | 111 | 10111101 | 1010010 | 1000000 |
Color Harmonies of #56D8EE
Complementary color
Monochromatic Colors of #56D8EE
Black with #56D8EE
Text Example
Text Example
White with #56D8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D8EE; }
p { color: rgb(86,216,238); }
H1.HeaderClassName
{
color: #56D8EE;
}
.AnyTagClassName
{
color: #56D8EE;
}
</style>
background-color css
<style>
a { background-color: #56D8EE; }
a { background-color: rgb(86,216,238); }
div.DivClassName
{
background-color: #56D8EE;
}
.BgClassName
{
background-color: #56D8EE;
}
</style>
border-color css
<style>
span { border-color: #56D8EE; }
span { border-color: rgb(86,216,238); }
td.TdClassName
{
border-color: #56D8EE;
}
.TagClassName
{
border-color: #56D8EE;
}
</style>