#59DEEA

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

Shades of Turquoise Blue #59DEEA

Tints of Turquoise Blue #59DEEA

Color information

#59DEEA (or 0x59DEEA) is unknown color: approx Turquoise Blue. HEX triplet: 59, DE and EA. RGB value is (89,222,234). Sum of RGB (Red+Green+Blue) = 89+222+234=545 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.33% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #59DEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DEEA is #A62115. Grayscale: #B7B7B7. Windows color (decimal): -10887446 or 15392345. OLE color: 15392345.

HSL color Cylindrical-coordinate representation of color #59DEEA: hue angle of 184.97º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59DEEA is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB89222234-
CMYK0.620.0500.08
HSL184.97º77.54%63.33%-
HSV(B)184.97º61.97%91.76%-
XYZ45.0960.3187.11-
YUV183.6156.4460.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.33%
GREEN value IS 222 (87.11% from 255) = 40.73%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=16.33%
G=40.73%
B=42.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal892222340.620.0500.08184.9777.5463.33
Hex59DEEA3E508b94e3f
Octal13133635276501027111677
Binary1011001110111101110101011111010101000101110011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,222,234); }

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

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

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

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

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

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

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