#59D5C3

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

Shades of Medium Turquoise #59D5C3

Tints of Medium Turquoise #59D5C3

Color information

#59D5C3 (or 0x59D5C3) is unknown color: approx Medium Turquoise. HEX triplet: 59, D5 and C3. RGB value is (89,213,195). Sum of RGB (Red+Green+Blue) = 89+213+195=497 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.91% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #59D5C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D5C3 is #A62A3C. Grayscale: #ADADAD. Windows color (decimal): -10889789 or 12834137. OLE color: 12834137.

HSL color Cylindrical-coordinate representation of color #59D5C3: hue angle of 171.29º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D5C3 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB89213195-
CMYK0.5800.080.16
HSL171.29º59.62%59.22%-
HSV(B)171.29º58.22%83.53%-
XYZ37.7653.6560-
YUV173.87139.9267.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.91%
GREEN value IS 213 (83.59% from 255) = 42.86%
BLUE value IS 195 (76.56% from 255) = 39.24%
R=17.91%
G=42.86%
B=39.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal892131950.5800.080.16171.2959.6259.22
Hex59D5C33A0810ab3c3b
Octal13132530372010202537473
Binary10110011101010111000011111010010001000010101011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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