#59EAC5

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

Shades of Turquoise #59EAC5

Tints of Turquoise #59EAC5

Color information

#59EAC5 (or 0x59EAC5) is unknown color: approx Turquoise. HEX triplet: 59, EA and C5. RGB value is (89,234,197). Sum of RGB (Red+Green+Blue) = 89+234+197=520 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.12% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #59EAC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EAC5 is #A6153A. Grayscale: #BABABA. Windows color (decimal): -10884411 or 12970585. OLE color: 12970585.

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

Color convert

RGB89234197-
CMYK0.6200.160.08
HSL164.69º77.54%63.33%-
HSV(B)164.69º61.97%91.76%-
XYZ43.626563.07-
YUV186.43133.9658.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.12%
GREEN value IS 234 (91.80% from 255) = 45%
BLUE value IS 197 (77.34% from 255) = 37.88%
R=17.12%
G=45%
B=37.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal892341970.6200.160.08164.6977.5463.33
Hex59EAC53E0108a54e3f
Octal131352305760201024511677
Binary101100111101010110001011111100100001000101001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59EAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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