#59D1D7

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

Shades of Medium Turquoise #59D1D7

Tints of Medium Turquoise #59D1D7

Color information

#59D1D7 (or 0x59D1D7) is unknown color: approx Medium Turquoise. HEX triplet: 59, D1 and D7. RGB value is (89,209,215). Sum of RGB (Red+Green+Blue) = 89+209+215=513 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.35% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #59D1D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D1D7 is #A62E28. Grayscale: #ADADAD. Windows color (decimal): -10890793 or 14143833. OLE color: 14143833.

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

Color convert

RGB89209215-
CMYK0.590.0300.16
HSL182.86º61.17%59.61%-
HSV(B)182.86º58.6%84.31%-
XYZ39.1952.6372.38-
YUV173.8151.2467.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.35%
GREEN value IS 209 (82.03% from 255) = 40.74%
BLUE value IS 215 (84.38% from 255) = 41.91%
R=17.35%
G=40.74%
B=41.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal892092150.590.0300.16182.8661.1759.61
Hex59D1D73B3010b73d3c
Octal1313213277330202677574
Binary101100111010001110101111110111101000010110111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,209,215); }

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

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

 a { background-color: rgb(89,209,215); }

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

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

 span { border-color: rgb(89,209,215); }

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