#59CACE

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

Shades of Medium Turquoise #59CACE

Tints of Medium Turquoise #59CACE

Color information

#59CACE (or 0x59CACE) is unknown color: approx Medium Turquoise. HEX triplet: 59, CA and CE. RGB value is (89,202,206). Sum of RGB (Red+Green+Blue) = 89+202+206=497 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.91% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #59CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CACE is #A63531. Grayscale: #A8A8A8. Windows color (decimal): -10892594 or 13552217. OLE color: 13552217.

HSL color Cylindrical-coordinate representation of color #59CACE: hue angle of 182.05º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CACE is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB89202206-
CMYK0.570.0200.19
HSL182.05º54.42%57.84%-
HSV(B)182.05º56.8%80.78%-
XYZ36.3848.8265.9-
YUV168.67149.0671.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.91%
GREEN value IS 202 (79.30% from 255) = 40.64%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=17.91%
G=40.64%
B=41.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal892022060.570.0200.19182.0554.4257.84
Hex59CACE392013b6363a
Octal1313123167120232666672
Binary101100111001010110011101110011001001110110110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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