#59E6D7

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

Shades of Turquoise #59E6D7

Tints of Turquoise #59E6D7

Color information

#59E6D7 (or 0x59E6D7) is unknown color: approx Turquoise. HEX triplet: 59, E6 and D7. RGB value is (89,230,215). Sum of RGB (Red+Green+Blue) = 89+230+215=534 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.67% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #59E6D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E6D7 is #A61928. Grayscale: #BABABA. Windows color (decimal): -10885417 or 14149209. OLE color: 14149209.

HSL color Cylindrical-coordinate representation of color #59E6D7: hue angle of 173.62º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E6D7 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB89230215-
CMYK0.6100.070.10
HSL173.62º73.82%62.55%-
HSV(B)173.62º61.3%90.2%-
XYZ44.6863.6274.22-
YUV186.13144.2958.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.67%
GREEN value IS 230 (90.23% from 255) = 43.07%
BLUE value IS 215 (84.38% from 255) = 40.26%
R=16.67%
G=43.07%
B=40.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal892302150.6100.070.10173.6273.8262.55
Hex59E6D73D07Aae4a3f
Octal13134632775071225611277
Binary1011001111001101101011111110101111010101011101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,230,215); }

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

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

 a { background-color: rgb(89,230,215); }

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

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

 span { border-color: rgb(89,230,215); }

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