#59E7DA

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

Shades of Turquoise #59E7DA

Tints of Turquoise #59E7DA

Color information

#59E7DA (or 0x59E7DA) is unknown color: approx Turquoise. HEX triplet: 59, E7 and DA. RGB value is (89,231,218). Sum of RGB (Red+Green+Blue) = 89+231+218=538 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.54% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 231 - color contains mainly: green. Hex color #59E7DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E7DA is #A61825. Grayscale: #BABABA. Windows color (decimal): -10885158 or 14346073. OLE color: 14346073.

HSL color Cylindrical-coordinate representation of color #59E7DA: hue angle of 174.51º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E7DA is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB89231218-
CMYK0.6100.060.09
HSL174.51º74.74%62.75%-
HSV(B)174.51º61.47%90.59%-
XYZ45.3564.3476.36-
YUV187.06145.4658.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.54%
GREEN value IS 231 (90.62% from 255) = 42.94%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=16.54%
G=42.94%
B=40.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal892312180.6100.060.09174.5174.7462.75
Hex59E7DA3D069af4b3f
Octal13134733275061125711377
Binary1011001111001111101101011110101101001101011111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,231,218); }

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

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

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

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

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

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

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