#59CAD0

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

Shades of Medium Turquoise #59CAD0

Tints of Medium Turquoise #59CAD0

Color information

#59CAD0 (or 0x59CAD0) is unknown color: approx Medium Turquoise. HEX triplet: 59, CA and D0. RGB value is (89,202,208). Sum of RGB (Red+Green+Blue) = 89+202+208=499 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.84% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #59CAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CAD0 is #A6352F. Grayscale: #A8A8A8. Windows color (decimal): -10892592 or 13683289. OLE color: 13683289.

HSL color Cylindrical-coordinate representation of color #59CAD0: hue angle of 183.03º 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 #59CAD0 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB89202208-
CMYK0.570.0300.18
HSL183.03º55.87%58.24%-
HSV(B)183.03º57.21%81.57%-
XYZ36.6348.9267.19-
YUV168.9150.0671.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.84%
GREEN value IS 202 (79.30% from 255) = 40.48%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=17.84%
G=40.48%
B=41.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal892022080.570.0300.18183.0355.8758.24
Hex59CAD0393012b7383a
Octal1313123207130222677072
Binary101100111001010110100001110011101001010110111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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