#59F2DE

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

Shades of Turquoise #59F2DE

Tints of Turquoise #59F2DE

Color information

#59F2DE (or 0x59F2DE) is unknown color: approx Turquoise. HEX triplet: 59, F2 and DE. RGB value is (89,242,222). Sum of RGB (Red+Green+Blue) = 89+242+222=553 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.09% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #59F2DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F2DE is #A60D21. Grayscale: #C1C1C1. Windows color (decimal): -10882338 or 14611033. OLE color: 14611033.

HSL color Cylindrical-coordinate representation of color #59F2DE: hue angle of 172.16º degrees, saturation: 0.85, 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 #59F2DE is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB89242222-
CMYK0.6300.080.05
HSL172.16º85.47%64.9%-
HSV(B)172.16º63.22%94.9%-
XYZ49.0670.980.21-
YUV193.97143.8153.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.09%
GREEN value IS 242 (94.92% from 255) = 43.76%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=16.09%
G=43.76%
B=40.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal892422220.6300.080.05172.1685.4764.9
Hex59F2DE3F085ac5541
Octal131362336770105254125101
Binary10110011111001011011110111111010001011010110010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,242,222); }

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

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

 a { background-color: rgb(89,242,222); }

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

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

 span { border-color: rgb(89,242,222); }

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