#59D0DA

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

Shades of Medium Turquoise #59D0DA

Tints of Medium Turquoise #59D0DA

Color information

#59D0DA (or 0x59D0DA) is unknown color: approx Medium Turquoise. HEX triplet: 59, D0 and DA. RGB value is (89,208,218). Sum of RGB (Red+Green+Blue) = 89+208+218=515 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.28% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #59D0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D0DA is #A62F25. Grayscale: #ADADAD. Windows color (decimal): -10891046 or 14340185. OLE color: 14340185.

HSL color Cylindrical-coordinate representation of color #59D0DA: hue angle of 184.65º degrees, saturation: 0.64, 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 #59D0DA is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB89208218-
CMYK0.590.0500.15
HSL184.65º63.55%60.2%-
HSV(B)184.65º59.17%85.49%-
XYZ39.3352.374.35-
YUV173.56153.0867.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.28%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 218 (85.55% from 255) = 42.33%
R=17.28%
G=40.39%
B=42.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal892082180.590.0500.15184.6563.5560.2
Hex59D0DA3B50Fb9403c
Octal13132033273501727110074
Binary1011001110100001101101011101110101111101110011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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