#59CDEA

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

Shades of Turquoise Blue #59CDEA

Tints of Turquoise Blue #59CDEA

Color information

#59CDEA (or 0x59CDEA) is unknown color: approx Turquoise Blue. HEX triplet: 59, CD and EA. RGB value is (89,205,234). Sum of RGB (Red+Green+Blue) = 89+205+234=528 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.86% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #59CDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CDEA is #A63215. Grayscale: #ADADAD. Windows color (decimal): -10891798 or 15387993. OLE color: 15387993.

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

Color convert

RGB89205234-
CMYK0.620.1200.08
HSL192º77.54%63.33%-
HSV(B)192º61.97%91.76%-
XYZ40.851.7385.68-
YUV173.62162.0767.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.86%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=16.86%
G=38.83%
B=44.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal892052340.620.1200.0819277.5463.33
Hex59CDEA3EC08c04e3f
Octal131315352761401030011677
Binary10110011100110111101010111110110001000110000001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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