Html Css Color HEX #59DCD9 Medium Turquoise

📋 copy color: '#59DCD9'

red 89 ◦ green 220 ◦ blue 217

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

Shades of Medium Turquoise #59DCD9

Tints of Medium Turquoise #59DCD9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

 BLUE value IS 217 (85.16% from 255) = 41.25%

R = 16.92%
G = 41.83%
B = 41.25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#59DCD9 (or 0x59DCD9) is known color: Medium Turquoise. HEX triplet: 59, DC and D9. RGB value is (89,220,217). Sum of RGB (Red+Green+Blue) = 89+220+217=526 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.92% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #59DCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DCD9 is #A62326. Grayscale: #B4B4B4. Windows color (decimal): -10887975 or 14277721. OLE color: 14277721.

HSL color Cylindrical-coordinate representation of color #59DCD9: hue angle of 178.63º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DCD9 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 220 217 -
CMYK 0.60 0 0.01 0.14
HSL 178.63º 0.65% 0.61% -
HSV(B) 178.63º 0.6% 0.86% -
XYZ 42.24 58.32 74.68 -
YUV 180.49 148.6 62.74 -
System Red Green Blue C M Y K H S L
Decimal 89 220 217 0.60 0 0.01 0.14 178.63 0.65 0.61
Hex 59 DC D9 3C 0 1 E B3 41 3D
Octal 131 334 331 74 0 1 16 263 101 75
Binary 1011001 11011100 11011001 111100 0 1 1110 10110011 1000001 111101

Color Harmonies of #59DCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DCD9

Black with #59DCD9

Text Example


Text Example

White with #59DCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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