#59d9e8

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

Shades of Turquoise Blue #59D9E8

Tints of Turquoise Blue #59D9E8

Color information

#59D9E8 (or 0x59D9E8) is unknown color: approx Turquoise Blue. HEX triplet: 59, D9 and E8. RGB value is (89,217,232). Sum of RGB (Red+Green+Blue) = 89+217+232=538 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.54% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #59D9E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D9E8 is #A62617. Grayscale: #B4B4B4. Windows color (decimal): -10888728 or 15259993. OLE color: 15259993.

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

Color convert

RGB89217232-
CMYK0.620.0600.09
HSL186.29º75.66%62.94%-
HSV(B)186.29º61.64%90.98%-
XYZ43.557.5885.16-
YUV180.44157.0962.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.54%
GREEN value IS 217 (85.16% from 255) = 40.33%
BLUE value IS 232 (91.02% from 255) = 43.12%
R=16.54%
G=40.33%
B=43.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal892172320.620.0600.09186.2975.6662.94
Hex59D9E83E609ba4c3f
Octal13133135076601127211477
Binary1011001110110011110100011111011001001101110101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59d9e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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