Html Css Color HEX #59DAC7 Medium Turquoise

📋 copy color: '#59DAC7'

red 89 ◦ green 218 ◦ blue 199

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

Shades of Medium Turquoise #59DAC7

Tints of Medium Turquoise #59DAC7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.08%

 BLUE value IS 199 (78.13% from 255) = 39.33%

R = 17.59%
G = 43.08%
B = 39.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#59DAC7 (or 0x59DAC7) is known color: Medium Turquoise. HEX triplet: 59, DA and C7. RGB value is (89,218,199). Sum of RGB (Red+Green+Blue) = 89+218+199=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #59DAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DAC7 is #A62538. Grayscale: #B1B1B1. Windows color (decimal): -10888505 or 13097561. OLE color: 13097561.

HSL color Cylindrical-coordinate representation of color #59DAC7: hue angle of 171.16º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59DAC7 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 218 199 -
CMYK 0.59 0 0.09 0.15
HSL 171.16º 0.64% 0.6% -
HSV(B) 171.16º 0.59% 0.85% -
XYZ 39.5 56.39 62.84 -
YUV 177.26 140.26 65.04 -
System Red Green Blue C M Y K H S L
Decimal 89 218 199 0.59 0 0.09 0.15 171.16 0.64 0.6
Hex 59 DA C7 3B 0 9 F AB 40 3C
Octal 131 332 307 73 0 11 17 253 100 74
Binary 1011001 11011010 11000111 111011 0 1001 1111 10101011 1000000 111100

Color Harmonies of #59DAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DAC7

Black with #59DAC7

Text Example


Text Example

White with #59DAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,218,199); }

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

background-color css

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

 a { background-color: rgb(89,218,199); }

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

border-color css

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

 span { border-color: rgb(89,218,199); }

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