#59e4d7

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

Shades of Turquoise #59E4D7

Tints of Turquoise #59E4D7

Color information

#59E4D7 (or 0x59E4D7) is unknown color: approx Turquoise. HEX triplet: 59, E4 and D7. RGB value is (89,228,215). Sum of RGB (Red+Green+Blue) = 89+228+215=532 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.73% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #59E4D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E4D7 is #A61B28. Grayscale: #B8B8B8. Windows color (decimal): -10885929 or 14148697. OLE color: 14148697.

HSL color Cylindrical-coordinate representation of color #59E4D7: hue angle of 174.39º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E4D7 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB89228215-
CMYK0.6100.060.11
HSL174.39º72.02%62.16%-
HSV(B)174.39º60.96%89.41%-
XYZ44.1362.5274.03-
YUV184.96144.9559.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.73%
GREEN value IS 228 (89.45% from 255) = 42.86%
BLUE value IS 215 (84.38% from 255) = 40.41%
R=16.73%
G=42.86%
B=40.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal892282150.6100.060.11174.3972.0262.16
Hex59E4D73D06Bae483e
Octal13134432775061325611076
Binary1011001111001001101011111110101101011101011101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59e4d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,228,215); }

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

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

 a { background-color: rgb(89,228,215); }

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

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

 span { border-color: rgb(89,228,215); }

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