#59C4BE

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

Shades of Medium Turquoise #59C4BE

Tints of Medium Turquoise #59C4BE

Color information

#59C4BE (or 0x59C4BE) is unknown color: approx Medium Turquoise. HEX triplet: 59, C4 and BE. RGB value is (89,196,190). Sum of RGB (Red+Green+Blue) = 89+196+190=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #59C4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C4BE is #A63B41. Grayscale: #A3A3A3. Windows color (decimal): -10894146 or 12502105. OLE color: 12502105.

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

Color convert

RGB89196190-
CMYK0.5500.030.23
HSL176.64º47.56%55.88%-
HSV(B)176.64º54.59%76.86%-
XYZ33.1545.3255.72-
YUV163.32143.0574.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.74%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 190 (74.61% from 255) = 40%
R=18.74%
G=41.26%
B=40%

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
Decimal891961900.5500.030.23176.6447.5655.88
Hex59C4BE370317b13038
Octal1313042766703272616070
Binary101100111000100101111101101110111011110110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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