#59EDEC

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

Shades of Turquoise Blue #59EDEC

Tints of Turquoise Blue #59EDEC

Color information

#59EDEC (or 0x59EDEC) is unknown color: approx Turquoise Blue. HEX triplet: 59, ED and EC. RGB value is (89,237,236). Sum of RGB (Red+Green+Blue) = 89+237+236=562 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.84% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EDEC is #A61213. Grayscale: #C0C0C0. Windows color (decimal): -10883604 or 15527257. OLE color: 15527257.

HSL color Cylindrical-coordinate representation of color #59EDEC: hue angle of 179.59º degrees, saturation: 0.8, 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 #59EDEC is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB89237236-
CMYK0.6200.000.07
HSL179.59º80.43%63.92%-
HSV(B)179.59º62.45%92.94%-
XYZ49.5468.7590.02-
YUV192.63152.4754.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.84%
GREEN value IS 237 (92.97% from 255) = 42.17%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=15.84%
G=42.17%
B=41.99%

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
Decimal892372360.6200.000.07179.5980.4363.92
Hex59EDEC3E007b45040
Octal13135535476007264120100
Binary10110011110110111101100111110001111011010010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59EDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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