#59c3ca

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

Shades of Medium Turquoise #59C3CA

Tints of Medium Turquoise #59C3CA

Color information

#59C3CA (or 0x59C3CA) is unknown color: approx Medium Turquoise. HEX triplet: 59, C3 and CA. RGB value is (89,195,202). Sum of RGB (Red+Green+Blue) = 89+195+202=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #59C3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C3CA is #A63C35. Grayscale: #A3A3A3. Windows color (decimal): -10894390 or 13288281. OLE color: 13288281.

HSL color Cylindrical-coordinate representation of color #59C3CA: hue angle of 183.72º degrees, saturation: 0.52, 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 #59C3CA is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB89195202-
CMYK0.560.0300.21
HSL183.72º51.6%57.06%-
HSV(B)183.72º55.94%79.22%-
XYZ34.345.4262.84-
YUV164.1149.3874.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.31%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=18.31%
G=40.12%
B=41.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal891952020.560.0300.21183.7251.657.06
Hex59C3CA383015b83439
Octal1313033127030252706471
Binary101100111000011110010101110001101010110111000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59c3ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,195,202); }

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

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

 a { background-color: rgb(89,195,202); }

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

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

 span { border-color: rgb(89,195,202); }

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