#59ECF0

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

Shades of Turquoise Blue #59ECF0

Tints of Turquoise Blue #59ECF0

Color information

#59ECF0 (or 0x59ECF0) is unknown color: approx Turquoise Blue. HEX triplet: 59, EC and F0. RGB value is (89,236,240). Sum of RGB (Red+Green+Blue) = 89+236+240=565 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.75% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #59ECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59ECF0 is #A6130F. Grayscale: #C0C0C0. Windows color (decimal): -10883856 or 15789145. OLE color: 15789145.

HSL color Cylindrical-coordinate representation of color #59ECF0: hue angle of 181.59º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59ECF0 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB89236240-
CMYK0.630.0200.06
HSL181.59º83.43%64.51%-
HSV(B)181.59º62.92%94.12%-
XYZ49.8468.4193.01-
YUV192.5154.854.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.75%
GREEN value IS 236 (92.58% from 255) = 41.77%
BLUE value IS 240 (94.14% from 255) = 42.48%
R=15.75%
G=41.77%
B=42.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal892362400.630.0200.06181.5983.4364.51
Hex59ECF03F206b65341
Octal13135436077206266123101
Binary101100111101100111100001111111001101011011010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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