#59C1BF

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

Shades of Medium Turquoise #59C1BF

Tints of Medium Turquoise #59C1BF

Color information

#59C1BF (or 0x59C1BF) is unknown color: approx Medium Turquoise. HEX triplet: 59, C1 and BF. RGB value is (89,193,191). Sum of RGB (Red+Green+Blue) = 89+193+191=473 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.82% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #59C1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C1BF is #A63E40. Grayscale: #A1A1A1. Windows color (decimal): -10894913 or 12566873. OLE color: 12566873.

HSL color Cylindrical-coordinate representation of color #59C1BF: hue angle of 178.85º 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 #59C1BF is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB89193191-
CMYK0.5400.010.24
HSL178.85º45.61%55.29%-
HSV(B)178.85º53.89%75.69%-
XYZ32.5944.0356.07-
YUV161.68144.5476.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.82%
GREEN value IS 193 (75.78% from 255) = 40.80%
BLUE value IS 191 (75% from 255) = 40.38%
R=18.82%
G=40.80%
B=40.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891931910.5400.010.24178.8545.6155.29
Hex59C1BF360118b32e37
Octal1313012776601302635667
Binary10110011100000110111111110110011100010110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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