#59F9DC

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

Shades of Turquoise #59F9DC

Tints of Turquoise #59F9DC

Color information

#59F9DC (or 0x59F9DC) is unknown color: approx Turquoise. HEX triplet: 59, F9 and DC. RGB value is (89,249,220). Sum of RGB (Red+Green+Blue) = 89+249+220=558 (73% of max value = 765). Red value is 89 (35.16% from 255 or 15.95% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #59F9DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F9DC is #A60623. Grayscale: #C5C5C5. Windows color (decimal): -10880548 or 14481753. OLE color: 14481753.

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

Color convert

RGB89249220-
CMYK0.6400.120.02
HSL169.12º93.02%66.27%-
HSV(B)169.12º64.26%97.65%-
XYZ50.9175.0479.51-
YUV197.85140.4950.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.95%
GREEN value IS 249 (97.66% from 255) = 44.62%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=15.95%
G=44.62%
B=39.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal892492200.6400.120.02169.1293.0266.27
Hex59F9DC400C2a95d42
Octal1313713341000142251135102
Binary10110011111100111011100100000001100101010100110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,249,220); }

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

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

 a { background-color: rgb(89,249,220); }

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

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

 span { border-color: rgb(89,249,220); }

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