#59ECDD

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

Shades of Turquoise #59ECDD

Tints of Turquoise #59ECDD

Color information

#59ECDD (or 0x59ECDD) is unknown color: approx Turquoise. HEX triplet: 59, EC and DD. RGB value is (89,236,221). Sum of RGB (Red+Green+Blue) = 89+236+221=546 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.30% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59ECDD is #A61322. Grayscale: #BEBEBE. Windows color (decimal): -10883875 or 14543961. OLE color: 14543961.

HSL color Cylindrical-coordinate representation of color #59ECDD: hue angle of 173.88º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59ECDD is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB89236221-
CMYK0.6200.060.07
HSL173.88º79.46%63.73%-
HSV(B)173.88º62.29%92.55%-
XYZ47.1767.3478.92-
YUV190.34145.355.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.30%
GREEN value IS 236 (92.58% from 255) = 43.22%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=16.30%
G=43.22%
B=40.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal892362210.6200.060.07173.8879.4663.73
Hex59ECDD3E067ae4f40
Octal13135433576067256117100
Binary1011001111011001101110111111001101111010111010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,236,221); }

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

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

 a { background-color: rgb(89,236,221); }

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

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

 span { border-color: rgb(89,236,221); }

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