#59D0C6

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

Shades of Medium Turquoise #59D0C6

Tints of Medium Turquoise #59D0C6

Color information

#59D0C6 (or 0x59D0C6) is unknown color: approx Medium Turquoise. HEX triplet: 59, D0 and C6. RGB value is (89,208,198). Sum of RGB (Red+Green+Blue) = 89+208+198=495 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.98% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #59D0C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D0C6 is #A62F39. Grayscale: #ABABAB. Windows color (decimal): -10891066 or 13029465. OLE color: 13029465.

HSL color Cylindrical-coordinate representation of color #59D0C6: hue angle of 174.96º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59D0C6 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB89208198-
CMYK0.5700.050.18
HSL174.96º55.87%58.24%-
HSV(B)174.96º57.21%81.57%-
XYZ36.8751.3161.39-
YUV171.28143.0869.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.98%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 198 (77.73% from 255) = 40%
R=17.98%
G=42.02%
B=40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal892081980.5700.050.18174.9655.8758.24
Hex59D0C6390512af383a
Octal1313203067105222577072
Binary1011001110100001100011011100101011001010101111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,208,198); }

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

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

 a { background-color: rgb(89,208,198); }

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

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

 span { border-color: rgb(89,208,198); }

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