#59f7d5

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

Shades of Turquoise #59F7D5

Tints of Turquoise #59F7D5

Color information

#59F7D5 (or 0x59F7D5) is unknown color: approx Turquoise. HEX triplet: 59, F7 and D5. RGB value is (89,247,213). Sum of RGB (Red+Green+Blue) = 89+247+213=549 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.21% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #59F7D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F7D5 is #A6082A. Grayscale: #C3C3C3. Windows color (decimal): -10881067 or 14022489. OLE color: 14022489.

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

Color convert

RGB89247213-
CMYK0.6400.140.03
HSL167.09º90.8%65.88%-
HSV(B)167.09º63.97%96.86%-
XYZ49.3973.4574.52-
YUV195.88137.6551.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.21%
GREEN value IS 247 (96.88% from 255) = 44.99%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=16.21%
G=44.99%
B=38.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal892472130.6400.140.03167.0990.865.88
Hex59F7D5400E3a75b42
Octal1313673251000163247133102
Binary10110011111011111010101100000001110111010011110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59f7d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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