Html Css Color HEX #59DCCD Medium Turquoise

📋 copy color: '#59DCCD'

red 89 ◦ green 220 ◦ blue 205

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

Shades of Medium Turquoise #59DCCD

Tints of Medium Turquoise #59DCCD

RGB

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

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

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

R = 17.32%
G = 42.8%
B = 39.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#59DCCD (or 0x59DCCD) is known color: Medium Turquoise. HEX triplet: 59, DC and CD. RGB value is (89,220,205). Sum of RGB (Red+Green+Blue) = 89+220+205=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #59DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DCCD is #A62332. Grayscale: #B3B3B3. Windows color (decimal): -10887987 or 13491289. OLE color: 13491289.

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

Color convert

RGB 89 220 205 -
CMYK 0.60 0 0.07 0.14
HSL 173.13º 0.65% 0.61% -
HSV(B) 173.13º 0.6% 0.86% -
XYZ 40.73 57.72 66.75 -
YUV 179.12 142.6 63.72 -
System Red Green Blue C M Y K H S L
Decimal 89 220 205 0.60 0 0.07 0.14 173.13 0.65 0.61
Hex 59 DC CD 3C 0 7 E AD 41 3D
Octal 131 334 315 74 0 7 16 255 101 75
Binary 1011001 11011100 11001101 111100 0 111 1110 10101101 1000001 111101

Color Harmonies of #59DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59DCCD

Black with #59DCCD

Text Example


Text Example

White with #59DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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