Html Css Color HEX #59DDC6 Medium Turquoise

📋 copy color: '#59DDC6'

red 89 ◦ green 221 ◦ blue 198

#59DDC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #59DDC6

Tints of Medium Turquoise #59DDC6

RGB

 RED value IS 89 (35.16% from 255) = 17.52%

 GREEN value IS 221 (86.72% from 255) = 43.5%

 BLUE value IS 198 (77.73% from 255) = 38.98%

R = 17.52%
G = 43.5%
B = 38.98%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#59DDC6 (or 0x59DDC6) is known color: Medium Turquoise. HEX triplet: 59, DD and C6. RGB value is (89,221,198). Sum of RGB (Red+Green+Blue) = 89+221+198=508 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.52% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDC6 is #A62239. Grayscale: #B2B2B2. Windows color (decimal): -10887738 or 13032793. OLE color: 13032793.

HSL color Cylindrical-coordinate representation of color #59DDC6: hue angle of 169.55º degrees, saturation: 0.66, 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 #59DDC6 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 221 198 -
CMYK 0.60 0 0.10 0.13
HSL 169.55º 0.66% 0.61% -
HSV(B) 169.55º 0.6% 0.87% -
XYZ 40.17 57.91 62.49 -
YUV 178.91 138.77 63.87 -
System Red Green Blue C M Y K H S L
Decimal 89 221 198 0.60 0 0.10 0.13 169.55 0.66 0.61
Hex 59 DD C6 3C 0 A D AA 42 3D
Octal 131 335 306 74 0 12 15 252 102 75
Binary 1011001 11011101 11000110 111100 0 1010 1101 10101010 1000010 111101

Color Harmonies of #59DDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DDC6

Black with #59DDC6

Text Example


Text Example

White with #59DDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59DDC6;
 }
 .AnyTagClassName
 {
   color: #59DDC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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