Html Css Color HEX #59DDC5 Medium Turquoise

📋 copy color: '#59DDC5'

red 89 ◦ green 221 ◦ blue 197

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

Shades of Medium Turquoise #59DDC5

Tints of Medium Turquoise #59DDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.86%

R = 17.55%
G = 43.59%
B = 38.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#59DDC5 (or 0x59DDC5) is known color: Medium Turquoise. HEX triplet: 59, DD and C5. RGB value is (89,221,197). Sum of RGB (Red+Green+Blue) = 89+221+197=507 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.55% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDC5 is #A6223A. Grayscale: #B2B2B2. Windows color (decimal): -10887739 or 12967257. OLE color: 12967257.

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

Color convert

RGB 89 221 197 -
CMYK 0.60 0 0.11 0.13
HSL 169.09º 0.66% 0.61% -
HSV(B) 169.09º 0.6% 0.87% -
XYZ 40.05 57.87 61.88 -
YUV 178.8 138.27 63.95 -
System Red Green Blue C M Y K H S L
Decimal 89 221 197 0.60 0 0.11 0.13 169.09 0.66 0.61
Hex 59 DD C5 3C 0 B D A9 42 3D
Octal 131 335 305 74 0 13 15 251 102 75
Binary 1011001 11011101 11000101 111100 0 1011 1101 10101001 1000010 111101

Color Harmonies of #59DDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DDC5

Black with #59DDC5

Text Example


Text Example

White with #59DDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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