Shades of Turquoise Blue #56CCE6
Tints of Turquoise Blue #56CCE6
RGB
CMYK
RGB Variations
Color information
#56CCE6 (or 0x56CCE6) is known color: Turquoise Blue. HEX triplet: 56, CC and E6. RGB value is (86,204,230). Sum of RGB (Red+Green+Blue) = 86+204+230=520 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.54% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #56CCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CCE6 is #A93319. Grayscale: #ABABAB. Windows color (decimal): -11088666 or 15125590. OLE color: 15125590.
HSL color Cylindrical-coordinate representation of color #56CCE6: hue angle of 190.83º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56CCE6 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 204 | 230 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.10 |
| HSL | 190.83º | 0.74% | 0.62% | - |
| HSV(B) | 190.83º | 0.63% | 0.9% | - |
| XYZ | 39.71 | 50.88 | 82.59 | - |
| YUV | 171.68 | 160.91 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 204 | 230 | 0.63 | 0.11 | 0 | 0.10 | 190.83 | 0.74 | 0.62 |
| Hex | 56 | CC | E6 | 3F | B | 0 | A | BF | 4A | 3E |
| Octal | 126 | 314 | 346 | 77 | 13 | 0 | 12 | 277 | 112 | 76 |
| Binary | 1010110 | 11001100 | 11100110 | 111111 | 1011 | 0 | 1010 | 10111111 | 1001010 | 111110 |
Color Harmonies of #56CCE6
Complementary color
Monochromatic Colors of #56CCE6
Black with #56CCE6
Text Example
Text Example
White with #56CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CCE6; }
p { color: rgb(86,204,230); }
H1.HeaderClassName
{
color: #56CCE6;
}
.AnyTagClassName
{
color: #56CCE6;
}
</style>
background-color css
<style>
a { background-color: #56CCE6; }
a { background-color: rgb(86,204,230); }
div.DivClassName
{
background-color: #56CCE6;
}
.BgClassName
{
background-color: #56CCE6;
}
</style>
border-color css
<style>
span { border-color: #56CCE6; }
span { border-color: rgb(86,204,230); }
td.TdClassName
{
border-color: #56CCE6;
}
.TagClassName
{
border-color: #56CCE6;
}
</style>