#59C8C5

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

Shades of Medium Turquoise #59C8C5

Tints of Medium Turquoise #59C8C5

Color information

#59C8C5 (or 0x59C8C5) is unknown color: approx Medium Turquoise. HEX triplet: 59, C8 and C5. RGB value is (89,200,197). Sum of RGB (Red+Green+Blue) = 89+200+197=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #59C8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C8C5 is #A6373A. Grayscale: #A6A6A6. Windows color (decimal): -10893115 or 12961881. OLE color: 12961881.

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

Color convert

RGB89200197-
CMYK0.5600.020.22
HSL178.38º50.23%56.67%-
HSV(B)178.38º55.5%78.43%-
XYZ34.8547.4660.15-
YUV166.47145.2372.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.31%
GREEN value IS 200 (78.52% from 255) = 41.15%
BLUE value IS 197 (77.34% from 255) = 40.53%
R=18.31%
G=41.15%
B=40.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal892001970.5600.020.22178.3850.2356.67
Hex59C8C5380216b23239
Octal1313103057002262626271
Binary101100111001000110001011110000101011010110010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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