Html Css Color HEX #59DDD0 Medium Turquoise

📋 copy color: '#59DDD0'

red 89 ◦ green 221 ◦ blue 208

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

Shades of Medium Turquoise #59DDD0

Tints of Medium Turquoise #59DDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.15%

R = 17.18%
G = 42.66%
B = 40.15%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#59DDD0 (or 0x59DDD0) is known color: Medium Turquoise. HEX triplet: 59, DD and D0. RGB value is (89,221,208). Sum of RGB (Red+Green+Blue) = 89+221+208=518 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.18% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDD0 is #A6222F. Grayscale: #B3B3B3. Windows color (decimal): -10887728 or 13688153. OLE color: 13688153.

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

Color convert

RGB 89 221 208 -
CMYK 0.60 0 0.06 0.13
HSL 174.09º 0.66% 0.61% -
HSV(B) 174.09º 0.6% 0.87% -
XYZ 41.36 58.39 68.77 -
YUV 180.05 143.77 63.06 -
System Red Green Blue C M Y K H S L
Decimal 89 221 208 0.60 0 0.06 0.13 174.09 0.66 0.61
Hex 59 DD D0 3C 0 6 D AE 42 3D
Octal 131 335 320 74 0 6 15 256 102 75
Binary 1011001 11011101 11010000 111100 0 110 1101 10101110 1000010 111101

Color Harmonies of #59DDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DDD0

Black with #59DDD0

Text Example


Text Example

White with #59DDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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