#56EBEC

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

Shades of Turquoise Blue #56EBEC

Tints of Turquoise Blue #56EBEC

Color information

#56EBEC (or 0x56EBEC) is unknown color: approx Turquoise Blue. HEX triplet: 56, EB and EC. RGB value is (86,235,236). Sum of RGB (Red+Green+Blue) = 86+235+236=557 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.44% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #56EBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56EBEC is #A91413. Grayscale: #BEBEBE. Windows color (decimal): -11080724 or 15526742. OLE color: 15526742.

HSL color Cylindrical-coordinate representation of color #56EBEC: hue angle of 180.4º 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 #56EBEC is Cyan = 0.64, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB86235236-
CMYK0.640.0000.07
HSL180.4º79.79%63.14%-
HSV(B)180.4º63.56%92.55%-
XYZ48.6967.4589.81-
YUV190.56153.6453.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.44%
GREEN value IS 235 (92.19% from 255) = 42.19%
BLUE value IS 236 (92.58% from 255) = 42.37%
R=15.44%
G=42.19%
B=42.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal862352360.640.0000.07180.479.7963.14
Hex56EBEC40007b4503f
Octal12635335410000726412077
Binary10101101110101111101100100000000111101101001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56EBEC; }

 p { color: rgb(86,235,236); }

 H1.HeaderClassName
 {
   color: #56EBEC;
 }
 .AnyTagClassName
 {
   color: #56EBEC;
 }
</style>
background-color css

<style>
 a { background-color: #56EBEC; }

 a { background-color: rgb(86,235,236); }

 div.DivClassName
 {
   background-color: #56EBEC;
 }
 .BgClassName
 {
   background-color: #56EBEC;
 }
</style>
border-color css

<style>
 span { border-color: #56EBEC; }

 span { border-color: rgb(86,235,236); }

 td.TdClassName
 {
   border-color: #56EBEC;
 }
 .TagClassName
 {
   border-color: #56EBEC;
 }
</style>