#59f6c0

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

Shades of Turquoise #59F6C0

Tints of Turquoise #59F6C0

Color information

#59F6C0 (or 0x59F6C0) is unknown color: approx Turquoise. HEX triplet: 59, F6 and C0. RGB value is (89,246,192). Sum of RGB (Red+Green+Blue) = 89+246+192=527 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.89% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #59F6C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F6C0 is #A6093F. Grayscale: #C0C0C0. Windows color (decimal): -10881344 or 12645977. OLE color: 12645977.

HSL color Cylindrical-coordinate representation of color #59F6C0: hue angle of 159.36º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F6C0 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB89246192-
CMYK0.6400.220.04
HSL159.36º89.71%65.69%-
HSV(B)159.36º63.82%96.47%-
XYZ46.5971.8461.28-
YUV192.9127.4953.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.89%
GREEN value IS 246 (96.48% from 255) = 46.68%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=16.89%
G=46.68%
B=36.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal892461920.6400.220.04159.3689.7165.69
Hex59F6C04001649f5a42
Octal1313663001000264237132102
Binary1011001111101101100000010000000101101001001111110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59f6c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,246,192); }

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

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

 a { background-color: rgb(89,246,192); }

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

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

 span { border-color: rgb(89,246,192); }

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