#59F7D9

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

Shades of Turquoise #59F7D9

Tints of Turquoise #59F7D9

Color information

#59F7D9 (or 0x59F7D9) is unknown color: approx Turquoise. HEX triplet: 59, F7 and D9. RGB value is (89,247,217). Sum of RGB (Red+Green+Blue) = 89+247+217=553 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.09% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #59F7D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F7D9 is #A60826. Grayscale: #C4C4C4. Windows color (decimal): -10881063 or 14284633. OLE color: 14284633.

HSL color Cylindrical-coordinate representation of color #59F7D9: hue angle of 168.61º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F7D9 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB89247217-
CMYK0.6400.120.03
HSL168.61º90.8%65.88%-
HSV(B)168.61º63.97%96.86%-
XYZ49.973.6677.23-
YUV196.34139.6551.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.09%
GREEN value IS 247 (96.88% from 255) = 44.67%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=16.09%
G=44.67%
B=39.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal892472170.6400.120.03168.6190.865.88
Hex59F7D9400C3a95b42
Octal1313673311000143251133102
Binary10110011111011111011001100000001100111010100110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,247,217); }

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

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

 a { background-color: rgb(89,247,217); }

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

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

 span { border-color: rgb(89,247,217); }

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