#59E2ED

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

Shades of Turquoise Blue #59E2ED

Tints of Turquoise Blue #59E2ED

Color information

#59E2ED (or 0x59E2ED) is unknown color: approx Turquoise Blue. HEX triplet: 59, E2 and ED. RGB value is (89,226,237). Sum of RGB (Red+Green+Blue) = 89+226+237=552 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.12% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #59E2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E2ED is #A61D12. Grayscale: #BABABA. Windows color (decimal): -10886419 or 15589977. OLE color: 15589977.

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

Color convert

RGB89226237-
CMYK0.620.0500.07
HSL184.46º80.43%63.92%-
HSV(B)184.46º62.45%92.94%-
XYZ46.662.6389.75-
YUV186.29156.6158.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.12%
GREEN value IS 226 (88.67% from 255) = 40.94%
BLUE value IS 237 (92.97% from 255) = 42.93%
R=16.12%
G=40.94%
B=42.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal892262370.620.0500.07184.4680.4363.92
Hex59E2ED3E507b85040
Octal13134235576507270120100
Binary1011001111000101110110111111010101111011100010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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