#59F4E2

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

Shades of Turquoise #59F4E2

Tints of Turquoise #59F4E2

Color information

#59F4E2 (or 0x59F4E2) is unknown color: approx Turquoise. HEX triplet: 59, F4 and E2. RGB value is (89,244,226). Sum of RGB (Red+Green+Blue) = 89+244+226=559 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.92% from 559); Green value is 244 (95.70% from 255 or 43.65% from 559); Blue value is 226 (88.67% from 255 or 40.43% from 559); Max value from RGB is 244 - color contains mainly: green. Hex color #59F4E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F4E2 is #A60B1D. Grayscale: #C3C3C3. Windows color (decimal): -10881822 or 14873689. OLE color: 14873689.

HSL color Cylindrical-coordinate representation of color #59F4E2: hue angle of 173.03º degrees, saturation: 0.88, 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 #59F4E2 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB89244226-
CMYK0.6400.070.04
HSL173.03º87.57%65.29%-
HSV(B)173.03º63.52%95.69%-
XYZ50.272.3283.26-
YUV195.6145.1551.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.92%
GREEN value IS 244 (95.70% from 255) = 43.65%
BLUE value IS 226 (88.67% from 255) = 40.43%
R=15.92%
G=43.65%
B=40.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal892442260.6400.070.04173.0387.5765.29
Hex59F4E240074ad5841
Octal131364342100074255130101
Binary10110011111010011100010100000001111001010110110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,244,226); }

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

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

 a { background-color: rgb(89,244,226); }

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

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

 span { border-color: rgb(89,244,226); }

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