#59DDC7

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

Shades of Medium Turquoise #59DDC7

Tints of Medium Turquoise #59DDC7

Color information

#59DDC7 (or 0x59DDC7) is unknown color: approx Medium Turquoise. HEX triplet: 59, DD and C7. RGB value is (89,221,199). Sum of RGB (Red+Green+Blue) = 89+221+199=509 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.49% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDC7 is #A62238. Grayscale: #B2B2B2. Windows color (decimal): -10887737 or 13098329. OLE color: 13098329.

HSL color Cylindrical-coordinate representation of color #59DDC7: hue angle of 170º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DDC7 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB89221199-
CMYK0.6000.100.13
HSL170º66%60.78%-
HSV(B)170º59.73%86.67%-
XYZ40.2957.9663.1-
YUV179.02139.2763.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.49%
GREEN value IS 221 (86.72% from 255) = 43.42%
BLUE value IS 199 (78.12% from 255) = 39.10%
R=17.49%
G=43.42%
B=39.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal892211990.6000.100.131706660.78
Hex59DDC73C0ADaa423d
Octal131335307740121525210275
Binary10110011101110111000111111100010101101101010101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,221,199); }

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

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

 a { background-color: rgb(89,221,199); }

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

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

 span { border-color: rgb(89,221,199); }

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