#56ECEB

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

Shades of Turquoise Blue #56ECEB

Tints of Turquoise Blue #56ECEB

Color information

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

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

Color convert

RGB86236235-
CMYK0.6400.000.07
HSL179.6º79.79%63.14%-
HSV(B)179.6º63.56%92.55%-
XYZ48.8367.9789.14-
YUV191.04152.853.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal862362350.6400.000.07179.679.7963.14
Hex56ECEB40007b4503f
Octal12635435310000726412077
Binary10101101110110011101011100000000111101101001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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