#59C5BC

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

Shades of Medium Turquoise #59C5BC

Tints of Medium Turquoise #59C5BC

Color information

#59C5BC (or 0x59C5BC) is unknown color: approx Medium Turquoise. HEX triplet: 59, C5 and BC. RGB value is (89,197,188). Sum of RGB (Red+Green+Blue) = 89+197+188=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #59C5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C5BC is #A63A43. Grayscale: #A3A3A3. Windows color (decimal): -10893892 or 12371289. OLE color: 12371289.

HSL color Cylindrical-coordinate representation of color #59C5BC: hue angle of 175º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C5BC is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB89197188-
CMYK0.5500.050.23
HSL175º48.21%56.08%-
HSV(B)175º54.82%77.25%-
XYZ33.1645.6954.65-
YUV163.68141.7274.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.78%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=18.78%
G=41.56%
B=39.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal891971880.5500.050.2317548.2156.08
Hex59C5BC370517af3038
Octal1313052746705272576070
Binary1011001110001011011110011011101011011110101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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