#59eceb

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

Shades of Turquoise Blue #59ECEB

Tints of Turquoise Blue #59ECEB

Color information

#59ECEB (or 0x59ECEB) is unknown color: approx Turquoise Blue. HEX triplet: 59, EC and EB. RGB value is (89,236,235). Sum of RGB (Red+Green+Blue) = 89+236+235=560 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.89% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59ECEB is #A61314. Grayscale: #BFBFBF. Windows color (decimal): -10883861 or 15461465. OLE color: 15461465.

HSL color Cylindrical-coordinate representation of color #59ECEB: hue angle of 179.59º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59ECEB is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB89236235-
CMYK0.6200.000.07
HSL179.59º79.46%63.73%-
HSV(B)179.59º62.29%92.55%-
XYZ49.1168.1189.16-
YUV191.93152.354.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.89%
GREEN value IS 236 (92.58% from 255) = 42.14%
BLUE value IS 235 (92.19% from 255) = 41.96%
R=15.89%
G=42.14%
B=41.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal892362350.6200.000.07179.5979.4663.73
Hex59ECEB3E007b44f40
Octal13135435376007264117100
Binary10110011110110011101011111110001111011010010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59eceb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59eceb; }

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

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

<style>
 a { background-color: #59eceb; }

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

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

<style>
 span { border-color: #59eceb; }

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

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