#59E9DC

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

Shades of Turquoise #59E9DC

Tints of Turquoise #59E9DC

Color information

#59E9DC (or 0x59E9DC) is unknown color: approx Turquoise. HEX triplet: 59, E9 and DC. RGB value is (89,233,220). Sum of RGB (Red+Green+Blue) = 89+233+220=542 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.42% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #59E9DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E9DC is #A61623. Grayscale: #BCBCBC. Windows color (decimal): -10884644 or 14477657. OLE color: 14477657.

HSL color Cylindrical-coordinate representation of color #59E9DC: hue angle of 174.58º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59E9DC is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB89233220-
CMYK0.6200.060.09
HSL174.58º76.6%63.14%-
HSV(B)174.58º61.8%91.37%-
XYZ46.1865.5777.93-
YUV188.46145.7957.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.42%
GREEN value IS 233 (91.41% from 255) = 42.99%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=16.42%
G=42.99%
B=40.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal892332200.6200.060.09174.5876.663.14
Hex59E9DC3E069af4d3f
Octal13135133476061125711577
Binary1011001111010011101110011111001101001101011111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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