#59EDED

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

Shades of Turquoise Blue #59EDED

Tints of Turquoise Blue #59EDED

Color information

#59EDED (or 0x59EDED) is unknown color: approx Turquoise Blue. HEX triplet: 59, ED and ED. RGB value is (89,237,237). Sum of RGB (Red+Green+Blue) = 89+237+237=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #59EDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EDED is #A61212. Grayscale: #C0C0C0. Windows color (decimal): -10883603 or 15592793. OLE color: 15592793.

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

Color convert

RGB89237237-
CMYK0.62000.07
HSL180º80.43%63.92%-
HSV(B)180º62.45%92.94%-
XYZ49.6968.8190.78-
YUV192.75152.9754-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.81%
GREEN value IS 237 (92.97% from 255) = 42.10%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=15.81%
G=42.10%
B=42.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal892372370.62000.0718080.4363.92
Hex59EDED3E007b45040
Octal13135535576007264120100
Binary10110011110110111101101111110001111011010010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59EDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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