#59F0D5

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

Shades of Turquoise #59F0D5

Tints of Turquoise #59F0D5

Color information

#59F0D5 (or 0x59F0D5) is unknown color: approx Turquoise. HEX triplet: 59, F0 and D5. RGB value is (89,240,213). Sum of RGB (Red+Green+Blue) = 89+240+213=542 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.42% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #59F0D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F0D5 is #A60F2A. Grayscale: #BFBFBF. Windows color (decimal): -10882859 or 14020697. OLE color: 14020697.

HSL color Cylindrical-coordinate representation of color #59F0D5: hue angle of 169.27º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F0D5 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB89240213-
CMYK0.6300.110.06
HSL169.27º83.43%64.51%-
HSV(B)169.27º62.92%94.12%-
XYZ47.2969.2573.82-
YUV191.77139.9754.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.42%
GREEN value IS 240 (94.14% from 255) = 44.28%
BLUE value IS 213 (83.59% from 255) = 39.30%
R=16.42%
G=44.28%
B=39.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal892402130.6300.110.06169.2783.4364.51
Hex59F0D53F0B6a95341
Octal131360325770136251123101
Binary10110011111000011010101111111010111101010100110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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