#59DFD0

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

Shades of Medium Turquoise #59DFD0

Tints of Medium Turquoise #59DFD0

Color information

#59DFD0 (or 0x59DFD0) is unknown color: approx Medium Turquoise. HEX triplet: 59, DF and D0. RGB value is (89,223,208). Sum of RGB (Red+Green+Blue) = 89+223+208=520 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.12% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #59DFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DFD0 is #A6202F. Grayscale: #B5B5B5. Windows color (decimal): -10887216 or 13688665. OLE color: 13688665.

HSL color Cylindrical-coordinate representation of color #59DFD0: hue angle of 173.28º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DFD0 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB89223208-
CMYK0.6000.070.13
HSL173.28º67.68%61.18%-
HSV(B)173.28º60.09%87.45%-
XYZ41.8959.4568.94-
YUV181.22143.1162.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.12%
GREEN value IS 223 (87.5% from 255) = 42.88%
BLUE value IS 208 (81.64% from 255) = 40%
R=17.12%
G=42.88%
B=40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal892232080.6000.070.13173.2867.6861.18
Hex59DFD03C07Dad443d
Octal13133732074071525510475
Binary1011001110111111101000011110001111101101011011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,223,208); }

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

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

 a { background-color: rgb(89,223,208); }

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

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

 span { border-color: rgb(89,223,208); }

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