#56ECE8

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

Shades of Turquoise Blue #56ECE8

Tints of Turquoise Blue #56ECE8

Color information

#56ECE8 (or 0x56ECE8) is unknown color: approx Turquoise Blue. HEX triplet: 56, EC and E8. RGB value is (86,236,232). Sum of RGB (Red+Green+Blue) = 86+236+232=554 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.52% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #56ECE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #56ECE8 is #A91317. Grayscale: #BEBEBE. Windows color (decimal): -11080472 or 15264854. OLE color: 15264854.

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

Color convert

RGB86236232-
CMYK0.6400.020.07
HSL178.4º79.79%63.14%-
HSV(B)178.4º63.56%92.55%-
XYZ48.467.886.88-
YUV190.69151.353.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.52%
GREEN value IS 236 (92.58% from 255) = 42.60%
BLUE value IS 232 (91.02% from 255) = 41.88%
R=15.52%
G=42.60%
B=41.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal862362320.6400.020.07178.479.7963.14
Hex56ECE840027b2503f
Octal12635435010002726212077
Binary101011011101100111010001000000010111101100101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ECE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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