Shades of Turquoise Blue #56CFEC
Tints of Turquoise Blue #56CFEC
RGB
CMYK
RGB Variations
Color information
#56CFEC (or 0x56CFEC) is known color: Turquoise Blue. HEX triplet: 56, CF and EC. RGB value is (86,207,236). Sum of RGB (Red+Green+Blue) = 86+207+236=529 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.26% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #56CFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CFEC is #A93013. Grayscale: #ADADAD. Windows color (decimal): -11087892 or 15519574. OLE color: 15519574.
HSL color Cylindrical-coordinate representation of color #56CFEC: hue angle of 191.6º degrees, saturation: 0.8, 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 #56CFEC is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 207 | 236 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.07 |
| HSL | 191.6º | 0.8% | 0.63% | - |
| HSV(B) | 191.6º | 0.64% | 0.93% | - |
| XYZ | 41.29 | 52.66 | 87.35 | - |
| YUV | 174.13 | 162.91 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 236 | 0.64 | 0.12 | 0 | 0.07 | 191.6 | 0.8 | 0.63 |
| Hex | 56 | CF | EC | 40 | C | 0 | 7 | C0 | 50 | 3F |
| Octal | 126 | 317 | 354 | 100 | 14 | 0 | 7 | 300 | 120 | 77 |
| Binary | 1010110 | 11001111 | 11101100 | 1000000 | 1100 | 0 | 111 | 11000000 | 1010000 | 111111 |
Color Harmonies of #56CFEC
Complementary color
Monochromatic Colors of #56CFEC
Black with #56CFEC
Text Example
Text Example
White with #56CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFEC; }
p { color: rgb(86,207,236); }
H1.HeaderClassName
{
color: #56CFEC;
}
.AnyTagClassName
{
color: #56CFEC;
}
</style>
background-color css
<style>
a { background-color: #56CFEC; }
a { background-color: rgb(86,207,236); }
div.DivClassName
{
background-color: #56CFEC;
}
.BgClassName
{
background-color: #56CFEC;
}
</style>
border-color css
<style>
span { border-color: #56CFEC; }
span { border-color: rgb(86,207,236); }
td.TdClassName
{
border-color: #56CFEC;
}
.TagClassName
{
border-color: #56CFEC;
}
</style>