#59C5C9

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

Shades of Medium Turquoise #59C5C9

Tints of Medium Turquoise #59C5C9

Color information

#59C5C9 (or 0x59C5C9) is unknown color: approx Medium Turquoise. HEX triplet: 59, C5 and C9. RGB value is (89,197,201). Sum of RGB (Red+Green+Blue) = 89+197+201=487 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.28% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #59C5C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C5C9 is #A63A36. Grayscale: #A5A5A5. Windows color (decimal): -10893879 or 13223257. OLE color: 13223257.

HSL color Cylindrical-coordinate representation of color #59C5C9: hue angle of 182.14º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59C5C9 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB89197201-
CMYK0.560.0200.21
HSL182.14º50.91%56.86%-
HSV(B)182.14º55.72%78.82%-
XYZ34.6346.2762.36-
YUV165.16148.2273.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.28%
GREEN value IS 197 (77.34% from 255) = 40.45%
BLUE value IS 201 (78.91% from 255) = 41.27%
R=18.28%
G=40.45%
B=41.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891972010.560.0200.21182.1450.9156.86
Hex59C5C9382015b63339
Octal1313053117020252666371
Binary101100111000101110010011110001001010110110110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,197,201); }

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

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

 a { background-color: rgb(89,197,201); }

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

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

 span { border-color: rgb(89,197,201); }

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