#59d5c9

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

Shades of Medium Turquoise #59D5C9

Tints of Medium Turquoise #59D5C9

Color information

#59D5C9 (or 0x59D5C9) is unknown color: approx Medium Turquoise. HEX triplet: 59, D5 and C9. RGB value is (89,213,201). Sum of RGB (Red+Green+Blue) = 89+213+201=503 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.69% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #59D5C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D5C9 is #A62A36. Grayscale: #AEAEAE. Windows color (decimal): -10889783 or 13227353. OLE color: 13227353.

HSL color Cylindrical-coordinate representation of color #59D5C9: hue angle of 174.19º 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 #59D5C9 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB89213201-
CMYK0.5800.060.16
HSL174.19º59.62%59.22%-
HSV(B)174.19º58.22%83.53%-
XYZ38.4653.9363.64-
YUV174.56142.9266.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.69%
GREEN value IS 213 (83.59% from 255) = 42.35%
BLUE value IS 201 (78.91% from 255) = 39.96%
R=17.69%
G=42.35%
B=39.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal892132010.5800.060.16174.1959.6259.22
Hex59D5C93A0610ae3c3b
Octal1313253117206202567473
Binary1011001110101011100100111101001101000010101110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59d5c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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