#59E5F5

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

Shades of Turquoise Blue #59E5F5

Tints of Turquoise Blue #59E5F5

Color information

#59E5F5 (or 0x59E5F5) is unknown color: approx Turquoise Blue. HEX triplet: 59, E5 and F5. RGB value is (89,229,245). Sum of RGB (Red+Green+Blue) = 89+229+245=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #59E5F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E5F5 is #A61A0A. Grayscale: #BCBCBC. Windows color (decimal): -10885643 or 16115033. OLE color: 16115033.

HSL color Cylindrical-coordinate representation of color #59E5F5: hue angle of 186.15º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59E5F5 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB89229245-
CMYK0.640.0700.04
HSL186.15º88.64%65.49%-
HSV(B)186.15º63.67%96.08%-
XYZ48.6264.7696.32-
YUV188.96159.6256.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.81%
GREEN value IS 229 (89.84% from 255) = 40.67%
BLUE value IS 245 (96.09% from 255) = 43.52%
R=15.81%
G=40.67%
B=43.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal892292450.640.0700.04186.1588.6465.49
Hex59E5F540704ba5941
Octal131345365100704272131101
Binary10110011110010111110101100000011101001011101010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,229,245); }

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

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

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

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

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

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

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