#59c2bf

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

Shades of Medium Turquoise #59C2BF

Tints of Medium Turquoise #59C2BF

Color information

#59C2BF (or 0x59C2BF) is unknown color: approx Medium Turquoise. HEX triplet: 59, C2 and BF. RGB value is (89,194,191). Sum of RGB (Red+Green+Blue) = 89+194+191=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #59C2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C2BF is #A63D40. Grayscale: #A2A2A2. Windows color (decimal): -10894657 or 12567129. OLE color: 12567129.

HSL color Cylindrical-coordinate representation of color #59C2BF: hue angle of 178.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C2BF is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB89194191-
CMYK0.5400.020.24
HSL178.29º46.26%55.49%-
HSV(B)178.29º54.12%76.08%-
XYZ32.8244.4756.14-
YUV162.26144.2175.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.78%
GREEN value IS 194 (76.17% from 255) = 40.93%
BLUE value IS 191 (75% from 255) = 40.30%
R=18.78%
G=40.93%
B=40.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891941910.5400.020.24178.2946.2655.49
Hex59C2BF360218b22e37
Octal1313022776602302625667
Binary101100111000010101111111101100101100010110010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59c2bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,194,191); }

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

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

 a { background-color: rgb(89,194,191); }

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

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

 span { border-color: rgb(89,194,191); }

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