#59C4BF

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

Shades of Medium Turquoise #59C4BF

Tints of Medium Turquoise #59C4BF

Color information

#59C4BF (or 0x59C4BF) is unknown color: approx Medium Turquoise. HEX triplet: 59, C4 and BF. RGB value is (89,196,191). Sum of RGB (Red+Green+Blue) = 89+196+191=476 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.70% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #59C4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C4BF is #A63B40. Grayscale: #A3A3A3. Windows color (decimal): -10894145 or 12567641. OLE color: 12567641.

HSL color Cylindrical-coordinate representation of color #59C4BF: hue angle of 177.2º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C4BF is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB89196191-
CMYK0.5500.030.23
HSL177.2º47.56%55.88%-
HSV(B)177.2º54.59%76.86%-
XYZ33.2645.3756.29-
YUV163.44143.5574.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.70%
GREEN value IS 196 (76.95% from 255) = 41.18%
BLUE value IS 191 (75% from 255) = 40.13%
R=18.70%
G=41.18%
B=40.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal891961910.5500.030.23177.247.5655.88
Hex59C4BF370317b13038
Octal1313042776703272616070
Binary101100111000100101111111101110111011110110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,196,191); }

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

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

 a { background-color: rgb(89,196,191); }

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

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

 span { border-color: rgb(89,196,191); }

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