#59C8CD

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

Shades of Medium Turquoise #59C8CD

Tints of Medium Turquoise #59C8CD

Color information

#59C8CD (or 0x59C8CD) is unknown color: approx Medium Turquoise. HEX triplet: 59, C8 and CD. RGB value is (89,200,205). Sum of RGB (Red+Green+Blue) = 89+200+205=494 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.02% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #59C8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C8CD is #A63732. Grayscale: #A7A7A7. Windows color (decimal): -10893107 or 13486169. OLE color: 13486169.

HSL color Cylindrical-coordinate representation of color #59C8CD: hue angle of 182.59º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59C8CD is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB89200205-
CMYK0.570.0200.20
HSL182.59º53.7%57.65%-
HSV(B)182.59º56.59%80.39%-
XYZ35.7947.8465.11-
YUV167.38149.2372.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.02%
GREEN value IS 200 (78.52% from 255) = 40.49%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=18.02%
G=40.49%
B=41.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal892002050.570.0200.20182.5953.757.65
Hex59C8CD392014b7363a
Octal1313103157120242676672
Binary101100111001000110011011110011001010010110111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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