#59f1ca

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

Shades of Turquoise #59F1CA

Tints of Turquoise #59F1CA

Color information

#59F1CA (or 0x59F1CA) is unknown color: approx Turquoise. HEX triplet: 59, F1 and CA. RGB value is (89,241,202). Sum of RGB (Red+Green+Blue) = 89+241+202=532 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.73% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #59F1CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F1CA is #A60E35. Grayscale: #BFBFBF. Windows color (decimal): -10882614 or 13300057. OLE color: 13300057.

HSL color Cylindrical-coordinate representation of color #59F1CA: hue angle of 164.61º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F1CA is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB89241202-
CMYK0.6300.160.05
HSL164.61º84.44%64.71%-
HSV(B)164.61º63.07%94.51%-
XYZ46.2469.366.82-
YUV191.11134.1455.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.73%
GREEN value IS 241 (94.53% from 255) = 45.30%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=16.73%
G=45.30%
B=37.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal892412020.6300.160.05164.6184.4464.71
Hex59F1CA3F0105a55441
Octal131361312770205245124101
Binary101100111110001110010101111110100001011010010110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59f1ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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