#59EAE0

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

Shades of Turquoise Blue #59EAE0

Tints of Turquoise Blue #59EAE0

Color information

#59EAE0 (or 0x59EAE0) is unknown color: approx Turquoise Blue. HEX triplet: 59, EA and E0. RGB value is (89,234,224). Sum of RGB (Red+Green+Blue) = 89+234+224=547 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.27% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #59EAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EAE0 is #A6151F. Grayscale: #BDBDBD. Windows color (decimal): -10884384 or 14740057. OLE color: 14740057.

HSL color Cylindrical-coordinate representation of color #59EAE0: hue angle of 175.86º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59EAE0 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB89234224-
CMYK0.6200.040.08
HSL175.86º77.54%63.33%-
HSV(B)175.86º61.97%91.76%-
XYZ4766.3580.85-
YUV189.5147.4656.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.27%
GREEN value IS 234 (91.80% from 255) = 42.78%
BLUE value IS 224 (87.89% from 255) = 40.95%
R=16.27%
G=42.78%
B=40.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal892342240.6200.040.08175.8677.5463.33
Hex59EAE03E048b04e3f
Octal13135234076041026011677
Binary1011001111010101110000011111001001000101100001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59EAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,234,224); }

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

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

 a { background-color: rgb(89,234,224); }

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

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

 span { border-color: rgb(89,234,224); }

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