Shades of Turquoise Blue #56ECF3
Tints of Turquoise Blue #56ECF3
RGB
CMYK
RGB Variations
Color information
#56ECF3 (or 0x56ECF3) is known color: Turquoise Blue. HEX triplet: 56, EC and F3. RGB value is (86,236,243). Sum of RGB (Red+Green+Blue) = 86+236+243=565 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.22% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #56ECF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56ECF3 is #A9130C. Grayscale: #BFBFBF. Windows color (decimal): -11080461 or 15985750. OLE color: 15985750.
HSL color Cylindrical-coordinate representation of color #56ECF3: hue angle of 182.68º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56ECF3 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 236 | 243 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.05 |
| HSL | 182.68º | 0.87% | 0.65% | - |
| HSV(B) | 182.68º | 0.65% | 0.95% | - |
| XYZ | 50.01 | 68.44 | 95.37 | - |
| YUV | 191.95 | 156.81 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 236 | 243 | 0.65 | 0.03 | 0 | 0.05 | 182.68 | 0.87 | 0.65 |
| Hex | 56 | EC | F3 | 41 | 3 | 0 | 5 | B7 | 57 | 41 |
| Octal | 126 | 354 | 363 | 101 | 3 | 0 | 5 | 267 | 127 | 101 |
| Binary | 1010110 | 11101100 | 11110011 | 1000001 | 11 | 0 | 101 | 10110111 | 1010111 | 1000001 |
Color Harmonies of #56ECF3
Complementary color
Monochromatic Colors of #56ECF3
Black with #56ECF3
Text Example
Text Example
White with #56ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ECF3; }
p { color: rgb(86,236,243); }
H1.HeaderClassName
{
color: #56ECF3;
}
.AnyTagClassName
{
color: #56ECF3;
}
</style>
background-color css
<style>
a { background-color: #56ECF3; }
a { background-color: rgb(86,236,243); }
div.DivClassName
{
background-color: #56ECF3;
}
.BgClassName
{
background-color: #56ECF3;
}
</style>
border-color css
<style>
span { border-color: #56ECF3; }
span { border-color: rgb(86,236,243); }
td.TdClassName
{
border-color: #56ECF3;
}
.TagClassName
{
border-color: #56ECF3;
}
</style>