#59D1D4

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

Shades of Medium Turquoise #59D1D4

Tints of Medium Turquoise #59D1D4

Color information

#59D1D4 (or 0x59D1D4) is unknown color: approx Medium Turquoise. HEX triplet: 59, D1 and D4. RGB value is (89,209,212). Sum of RGB (Red+Green+Blue) = 89+209+212=510 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.45% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #59D1D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D1D4 is #A62E2B. Grayscale: #ADADAD. Windows color (decimal): -10890796 or 13947225. OLE color: 13947225.

HSL color Cylindrical-coordinate representation of color #59D1D4: hue angle of 181.46º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D1D4 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB89209212-
CMYK0.580.0100.17
HSL181.46º58.85%59.02%-
HSV(B)181.46º58.02%83.14%-
XYZ38.852.4870.37-
YUV173.46149.7467.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.45%
GREEN value IS 209 (82.03% from 255) = 40.98%
BLUE value IS 212 (83.20% from 255) = 41.57%
R=17.45%
G=40.98%
B=41.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal892092120.580.0100.17181.4658.8559.02
Hex59D1D43A1011b53b3b
Octal1313213247210212657373
Binary10110011101000111010100111010101000110110101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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