#59CDDE

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

Shades of Turquoise Blue #59CDDE

Tints of Turquoise Blue #59CDDE

Color information

#59CDDE (or 0x59CDDE) is unknown color: approx Turquoise Blue. HEX triplet: 59, CD and DE. RGB value is (89,205,222). Sum of RGB (Red+Green+Blue) = 89+205+222=516 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.25% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #59CDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CDDE is #A63221. Grayscale: #ACACAC. Windows color (decimal): -10891810 or 14601561. OLE color: 14601561.

HSL color Cylindrical-coordinate representation of color #59CDDE: hue angle of 187.67º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59CDDE is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89205222-
CMYK0.600.0800.13
HSL187.67º66.83%60.98%-
HSV(B)187.67º59.91%87.06%-
XYZ39.1451.0676.9-
YUV172.25156.0768.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.25%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=17.25%
G=39.73%
B=43.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal892052220.600.0800.13187.6766.8360.98
Hex59CDDE3C80Dbc433d
Octal131315336741001527410375
Binary10110011100110111011110111100100001101101111001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,205,222); }

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

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

 a { background-color: rgb(89,205,222); }

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

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

 span { border-color: rgb(89,205,222); }

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