#59DBEC

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

Shades of Turquoise Blue #59DBEC

Tints of Turquoise Blue #59DBEC

Color information

#59DBEC (or 0x59DBEC) is unknown color: approx Turquoise Blue. HEX triplet: 59, DB and EC. RGB value is (89,219,236). Sum of RGB (Red+Green+Blue) = 89+219+236=544 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.36% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #59DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DBEC is #A62413. Grayscale: #B5B5B5. Windows color (decimal): -10888212 or 15522649. OLE color: 15522649.

HSL color Cylindrical-coordinate representation of color #59DBEC: hue angle of 186.94º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59DBEC is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB89219236-
CMYK0.620.0700.07
HSL186.94º79.46%63.73%-
HSV(B)186.94º62.29%92.55%-
XYZ44.5958.8488.36-
YUV182.07158.4361.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.36%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 236 (92.58% from 255) = 43.38%
R=16.36%
G=40.26%
B=43.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal892192360.620.0700.07186.9479.4663.73
Hex59DBEC3E707bb4f40
Octal13133335476707273117100
Binary1011001110110111110110011111011101111011101110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,219,236); }

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

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

 a { background-color: rgb(89,219,236); }

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

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

 span { border-color: rgb(89,219,236); }

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