#59EFD1

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

Shades of Turquoise #59EFD1

Tints of Turquoise #59EFD1

Color information

#59EFD1 (or 0x59EFD1) is unknown color: approx Turquoise. HEX triplet: 59, EF and D1. RGB value is (89,239,209). Sum of RGB (Red+Green+Blue) = 89+239+209=537 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.57% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFD1 is #A6102E. Grayscale: #BEBEBE. Windows color (decimal): -10883119 or 13758297. OLE color: 13758297.

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

Color convert

RGB89239209-
CMYK0.6300.130.06
HSL168º82.42%64.31%-
HSV(B)168º62.76%93.73%-
XYZ46.4968.4671.09-
YUV190.73138.355.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.57%
GREEN value IS 239 (93.75% from 255) = 44.51%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=16.57%
G=44.51%
B=38.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal892392090.6300.130.0616882.4264.31
Hex59EFD13F0D6a85240
Octal131357321770156250122100
Binary10110011110111111010001111111011011101010100010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59EFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,239,209); }

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

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

 a { background-color: rgb(89,239,209); }

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

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

 span { border-color: rgb(89,239,209); }

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