Shades of Turquoise Blue #56CEED
Tints of Turquoise Blue #56CEED
RGB
CMYK
RGB Variations
Color information
#56CEED (or 0x56CEED) is known color: Turquoise Blue. HEX triplet: 56, CE and ED. RGB value is (86,206,237). Sum of RGB (Red+Green+Blue) = 86+206+237=529 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.26% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #56CEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CEED is #A93112. Grayscale: #ADADAD. Windows color (decimal): -11088147 or 15584854. OLE color: 15584854.
HSL color Cylindrical-coordinate representation of color #56CEED: hue angle of 192.32º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56CEED is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 206 | 237 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.07 |
| HSL | 192.32º | 0.81% | 0.63% | - |
| HSV(B) | 192.32º | 0.64% | 0.93% | - |
| XYZ | 41.2 | 52.24 | 88.03 | - |
| YUV | 173.65 | 163.74 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 206 | 237 | 0.64 | 0.13 | 0 | 0.07 | 192.32 | 0.81 | 0.63 |
| Hex | 56 | CE | ED | 40 | D | 0 | 7 | C0 | 51 | 3F |
| Octal | 126 | 316 | 355 | 100 | 15 | 0 | 7 | 300 | 121 | 77 |
| Binary | 1010110 | 11001110 | 11101101 | 1000000 | 1101 | 0 | 111 | 11000000 | 1010001 | 111111 |
Color Harmonies of #56CEED
Complementary color
Monochromatic Colors of #56CEED
Black with #56CEED
Text Example
Text Example
White with #56CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CEED; }
p { color: rgb(86,206,237); }
H1.HeaderClassName
{
color: #56CEED;
}
.AnyTagClassName
{
color: #56CEED;
}
</style>
background-color css
<style>
a { background-color: #56CEED; }
a { background-color: rgb(86,206,237); }
div.DivClassName
{
background-color: #56CEED;
}
.BgClassName
{
background-color: #56CEED;
}
</style>
border-color css
<style>
span { border-color: #56CEED; }
span { border-color: rgb(86,206,237); }
td.TdClassName
{
border-color: #56CEED;
}
.TagClassName
{
border-color: #56CEED;
}
</style>