#59F1DE

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

Shades of Turquoise #59F1DE

Tints of Turquoise #59F1DE

Color information

#59F1DE (or 0x59F1DE) is unknown color: approx Turquoise. HEX triplet: 59, F1 and DE. RGB value is (89,241,222). Sum of RGB (Red+Green+Blue) = 89+241+222=552 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.12% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #59F1DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F1DE is #A60E21. Grayscale: #C1C1C1. Windows color (decimal): -10882594 or 14610777. OLE color: 14610777.

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

Color convert

RGB89241222-
CMYK0.6300.080.05
HSL172.5º84.44%64.71%-
HSV(B)172.5º63.07%94.51%-
XYZ48.7670.3180.11-
YUV193.39144.1453.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.12%
GREEN value IS 241 (94.53% from 255) = 43.66%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=16.12%
G=43.66%
B=40.22%

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
Decimal892412220.6300.080.05172.584.4464.71
Hex59F1DE3F085ac5441
Octal131361336770105254124101
Binary10110011111000111011110111111010001011010110010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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