#59CCE7

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

Shades of Turquoise Blue #59CCE7

Tints of Turquoise Blue #59CCE7

Color information

#59CCE7 (or 0x59CCE7) is unknown color: approx Turquoise Blue. HEX triplet: 59, CC and E7. RGB value is (89,204,231). Sum of RGB (Red+Green+Blue) = 89+204+231=524 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.98% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #59CCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CCE7 is #A63318. Grayscale: #ACACAC. Windows color (decimal): -10892057 or 15191129. OLE color: 15191129.

HSL color Cylindrical-coordinate representation of color #59CCE7: hue angle of 191.41º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59CCE7 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB89204231-
CMYK0.610.1200.09
HSL191.41º74.74%62.75%-
HSV(B)191.41º61.47%90.59%-
XYZ40.1451.0883.35-
YUV172.69160.968.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.98%
GREEN value IS 204 (80.08% from 255) = 38.93%
BLUE value IS 231 (90.62% from 255) = 44.08%
R=16.98%
G=38.93%
B=44.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal892042310.610.1200.09191.4174.7462.75
Hex59CCE73DC09bf4b3f
Octal131314347751401127711377
Binary10110011100110011100111111101110001001101111111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,204,231); }

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

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

 a { background-color: rgb(89,204,231); }

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

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

 span { border-color: rgb(89,204,231); }

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