#59EAF0

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

Shades of Turquoise Blue #59EAF0

Tints of Turquoise Blue #59EAF0

Color information

#59EAF0 (or 0x59EAF0) is unknown color: approx Turquoise Blue. HEX triplet: 59, EA and F0. RGB value is (89,234,240). Sum of RGB (Red+Green+Blue) = 89+234+240=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #59EAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EAF0 is #A6150F. Grayscale: #BFBFBF. Windows color (decimal): -10884368 or 15788633. OLE color: 15788633.

HSL color Cylindrical-coordinate representation of color #59EAF0: hue angle of 182.38º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59EAF0 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB89234240-
CMYK0.630.0200.06
HSL182.38º83.43%64.51%-
HSV(B)182.38º62.92%94.12%-
XYZ49.2767.2692.82-
YUV191.33155.4655.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.81%
GREEN value IS 234 (91.80% from 255) = 41.56%
BLUE value IS 240 (94.14% from 255) = 42.63%
R=15.81%
G=41.56%
B=42.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal892342400.630.0200.06182.3883.4364.51
Hex59EAF03F206b65341
Octal13135236077206266123101
Binary101100111101010111100001111111001101011011010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59EAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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