Html Css Color HEX #59DDCD Medium Turquoise

📋 copy color: '#59DDCD'

red 89 ◦ green 221 ◦ blue 205

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

Shades of Medium Turquoise #59DDCD

Tints of Medium Turquoise #59DDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 17.28%
G = 42.91%
B = 39.81%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#59DDCD (or 0x59DDCD) is known color: Medium Turquoise. HEX triplet: 59, DD and CD. RGB value is (89,221,205). Sum of RGB (Red+Green+Blue) = 89+221+205=515 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.28% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDCD is #A62232. Grayscale: #B3B3B3. Windows color (decimal): -10887731 or 13491545. OLE color: 13491545.

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

Color convert

RGB 89 221 205 -
CMYK 0.60 0 0.07 0.13
HSL 172.73º 0.66% 0.61% -
HSV(B) 172.73º 0.6% 0.87% -
XYZ 41 58.24 66.84 -
YUV 179.71 142.27 63.3 -
System Red Green Blue C M Y K H S L
Decimal 89 221 205 0.60 0 0.07 0.13 172.73 0.66 0.61
Hex 59 DD CD 3C 0 7 D AD 42 3D
Octal 131 335 315 74 0 7 15 255 102 75
Binary 1011001 11011101 11001101 111100 0 111 1101 10101101 1000010 111101

Color Harmonies of #59DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DDCD

Black with #59DDCD

Text Example


Text Example

White with #59DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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