#59D8C4

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

Shades of Medium Turquoise #59D8C4

Tints of Medium Turquoise #59D8C4

Color information

#59D8C4 (or 0x59D8C4) is unknown color: approx Medium Turquoise. HEX triplet: 59, D8 and C4. RGB value is (89,216,196). Sum of RGB (Red+Green+Blue) = 89+216+196=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #59D8C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D8C4 is #A6273B. Grayscale: #AFAFAF. Windows color (decimal): -10889020 or 12900441. OLE color: 12900441.

HSL color Cylindrical-coordinate representation of color #59D8C4: hue angle of 170.55º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59D8C4 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB89216196-
CMYK0.5900.090.15
HSL170.55º61.95%59.8%-
HSV(B)170.55º58.8%84.71%-
XYZ38.6455.2260.85-
YUV175.75139.4266.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.76%
GREEN value IS 216 (84.77% from 255) = 43.11%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=17.76%
G=43.11%
B=39.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal892161960.5900.090.15170.5561.9559.8
Hex59D8C43B09Fab3e3c
Octal13133030473011172537674
Binary1011001110110001100010011101101001111110101011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,216,196); }

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

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

 a { background-color: rgb(89,216,196); }

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

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

 span { border-color: rgb(89,216,196); }

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