#56ECF3

Color #56ECF3 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #56ECF3

Tints of Turquoise Blue #56ECF3

Color information

#56ECF3 (or 0x56ECF3) is unknown color: approx 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

RGB86236243-
CMYK0.650.0300.05
HSL182.68º86.74%64.51%-
HSV(B)182.68º64.61%95.29%-
XYZ50.0168.4495.37-
YUV191.95156.852.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 15.22%
GREEN value IS 236 (92.58% from 255) = 41.77%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=15.22%
G=41.77%
B=43.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862362430.650.0300.05182.6886.7464.51
Hex56ECF341305b75741
Octal126354363101305267127101
Binary1010110111011001111001110000011101011011011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>