Html Css Color HEX #59CDC0 Medium Turquoise

📋 copy color: '#59CDC0'

red 89 ◦ green 205 ◦ blue 192

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

Shades of Medium Turquoise #59CDC0

Tints of Medium Turquoise #59CDC0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.18%

 BLUE value IS 192 (75.39% from 255) = 39.51%

R = 18.31%
G = 42.18%
B = 39.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#59CDC0 (or 0x59CDC0) is known color: Medium Turquoise. HEX triplet: 59, CD and C0. RGB value is (89,205,192). Sum of RGB (Red+Green+Blue) = 89+205+192=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #59CDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CDC0 is #A6323F. Grayscale: #A8A8A8. Windows color (decimal): -10891840 or 12635481. OLE color: 12635481.

HSL color Cylindrical-coordinate representation of color #59CDC0: hue angle of 173.28º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CDC0 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 205 192 -
CMYK 0.57 0 0.06 0.20
HSL 173.28º 0.54% 0.58% -
HSV(B) 173.28º 0.57% 0.8% -
XYZ 35.47 49.59 57.57 -
YUV 168.83 141.07 71.06 -
System Red Green Blue C M Y K H S L
Decimal 89 205 192 0.57 0 0.06 0.20 173.28 0.54 0.58
Hex 59 CD C0 39 0 6 14 AD 36 3A
Octal 131 315 300 71 0 6 24 255 66 72
Binary 1011001 11001101 11000000 111001 0 110 10100 10101101 110110 111010

Color Harmonies of #59CDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CDC0

Black with #59CDC0

Text Example


Text Example

White with #59CDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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