#59E0DC

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

Shades of Turquoise Blue #59E0DC

Tints of Turquoise Blue #59E0DC

Color information

#59E0DC (or 0x59E0DC) is unknown color: approx Turquoise Blue. HEX triplet: 59, E0 and DC. RGB value is (89,224,220). Sum of RGB (Red+Green+Blue) = 89+224+220=533 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.70% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #59E0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E0DC is #A61F23. Grayscale: #B7B7B7. Windows color (decimal): -10886948 or 14475353. OLE color: 14475353.

HSL color Cylindrical-coordinate representation of color #59E0DC: hue angle of 178.22º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59E0DC is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB89224220-
CMYK0.6000.020.12
HSL178.22º68.53%61.37%-
HSV(B)178.22º60.27%87.84%-
XYZ43.6960.677.1-
YUV183.18148.7760.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.70%
GREEN value IS 224 (87.89% from 255) = 42.03%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=16.70%
G=42.03%
B=41.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal892242200.6000.020.12178.2268.5361.37
Hex59E0DC3C02Cb2453d
Octal13134033474021426210575
Binary101100111100000110111001111000101100101100101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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