#59CFCC

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

Shades of Medium Turquoise #59CFCC

Tints of Medium Turquoise #59CFCC

Color information

#59CFCC (or 0x59CFCC) is unknown color: approx Medium Turquoise. HEX triplet: 59, CF and CC. RGB value is (89,207,204). Sum of RGB (Red+Green+Blue) = 89+207+204=500 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.8% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #59CFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFCC is #A63033. Grayscale: #ABABAB. Windows color (decimal): -10891316 or 13422425. OLE color: 13422425.

HSL color Cylindrical-coordinate representation of color #59CFCC: hue angle of 178.47º degrees, saturation: 0.55, 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 #59CFCC is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB89207204-
CMYK0.5700.010.19
HSL178.47º55.14%58.04%-
HSV(B)178.47º57%81.18%-
XYZ37.3351.1165.02-
YUV171.38146.4169.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.8%
GREEN value IS 207 (81.25% from 255) = 41.4%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=17.8%
G=41.4%
B=40.8%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal892072040.5700.010.19178.4755.1458.04
Hex59CFCC390113b2373a
Octal1313173147101232626772
Binary10110011100111111001100111001011001110110010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,207,204); }

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

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

 a { background-color: rgb(89,207,204); }

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

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

 span { border-color: rgb(89,207,204); }

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