#59E9E5

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

Shades of Turquoise Blue #59E9E5

Tints of Turquoise Blue #59E9E5

Color information

#59E9E5 (or 0x59E9E5) is unknown color: approx Turquoise Blue. HEX triplet: 59, E9 and E5. RGB value is (89,233,229). Sum of RGB (Red+Green+Blue) = 89+233+229=551 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.15% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #59E9E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E9E5 is #A6161A. Grayscale: #BDBDBD. Windows color (decimal): -10884635 or 15067481. OLE color: 15067481.

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

Color convert

RGB89233229-
CMYK0.6200.020.09
HSL178.33º76.6%63.14%-
HSV(B)178.33º61.8%91.37%-
XYZ47.466.0684.38-
YUV189.49150.2956.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.15%
GREEN value IS 233 (91.41% from 255) = 42.29%
BLUE value IS 229 (89.84% from 255) = 41.56%
R=16.15%
G=42.29%
B=41.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal892332290.6200.020.09178.3376.663.14
Hex59E9E53E029b24d3f
Octal13135134576021126211577
Binary101100111101001111001011111100101001101100101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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