Html Css Color HEX #59DECD Medium Turquoise

📋 copy color: '#59DECD'

red 89 ◦ green 222 ◦ blue 205

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

Shades of Medium Turquoise #59DECD

Tints of Medium Turquoise #59DECD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.02%

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

R = 17.25%
G = 43.02%
B = 39.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#59DECD (or 0x59DECD) is known color: Medium Turquoise. HEX triplet: 59, DE and CD. RGB value is (89,222,205). Sum of RGB (Red+Green+Blue) = 89+222+205=516 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.25% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #59DECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DECD is #A62132. Grayscale: #B4B4B4. Windows color (decimal): -10887475 or 13491801. OLE color: 13491801.

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

Color convert

RGB 89 222 205 -
CMYK 0.60 0 0.08 0.13
HSL 172.33º 0.67% 0.61% -
HSV(B) 172.33º 0.6% 0.87% -
XYZ 41.26 58.77 66.93 -
YUV 180.3 141.94 62.88 -
System Red Green Blue C M Y K H S L
Decimal 89 222 205 0.60 0 0.08 0.13 172.33 0.67 0.61
Hex 59 DE CD 3C 0 8 D AC 43 3D
Octal 131 336 315 74 0 10 15 254 103 75
Binary 1011001 11011110 11001101 111100 0 1000 1101 10101100 1000011 111101

Color Harmonies of #59DECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DECD

Black with #59DECD

Text Example


Text Example

White with #59DECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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