#59E1E8

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

Shades of Turquoise Blue #59E1E8

Tints of Turquoise Blue #59E1E8

Color information

#59E1E8 (or 0x59E1E8) is unknown color: approx Turquoise Blue. HEX triplet: 59, E1 and E8. RGB value is (89,225,232). Sum of RGB (Red+Green+Blue) = 89+225+232=546 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.30% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #59E1E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E1E8 is #A61E17. Grayscale: #B8B8B8. Windows color (decimal): -10886680 or 15262041. OLE color: 15262041.

HSL color Cylindrical-coordinate representation of color #59E1E8: hue angle of 182.94º degrees, saturation: 0.76, 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 #59E1E8 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB89225232-
CMYK0.620.0300.09
HSL182.94º75.66%62.94%-
HSV(B)182.94º61.64%90.98%-
XYZ45.6161.885.87-
YUV185.13154.4459.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.30%
GREEN value IS 225 (88.28% from 255) = 41.21%
BLUE value IS 232 (91.02% from 255) = 42.49%
R=16.30%
G=41.21%
B=42.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal892252320.620.0300.09182.9475.6662.94
Hex59E1E83E309b74c3f
Octal13134135076301126711477
Binary101100111100001111010001111101101001101101111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,225,232); }

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

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

 a { background-color: rgb(89,225,232); }

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

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

 span { border-color: rgb(89,225,232); }

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