#59EDEB

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

Shades of Turquoise Blue #59EDEB

Tints of Turquoise Blue #59EDEB

Color information

#59EDEB (or 0x59EDEB) is unknown color: approx Turquoise Blue. HEX triplet: 59, ED and EB. RGB value is (89,237,235). Sum of RGB (Red+Green+Blue) = 89+237+235=561 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.86% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EDEB is #A61214. Grayscale: #C0C0C0. Windows color (decimal): -10883605 or 15461721. OLE color: 15461721.

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

Color convert

RGB89237235-
CMYK0.6200.010.07
HSL179.19º80.43%63.92%-
HSV(B)179.19º62.45%92.94%-
XYZ49.468.6989.25-
YUV192.52151.9754.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.86%
GREEN value IS 237 (92.97% from 255) = 42.25%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=15.86%
G=42.25%
B=41.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal892372350.6200.010.07179.1980.4363.92
Hex59EDEB3E017b35040
Octal13135535376017263120100
Binary10110011110110111101011111110011111011001110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59EDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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