Html Css Color HEX #59CAC3 Medium Turquoise

📋 copy color: '#59CAC3'

red 89 ◦ green 202 ◦ blue 195

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

Shades of Medium Turquoise #59CAC3

Tints of Medium Turquoise #59CAC3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.56%

 BLUE value IS 195 (76.56% from 255) = 40.12%

R = 18.31%
G = 41.56%
B = 40.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#59CAC3 (or 0x59CAC3) is known color: Medium Turquoise. HEX triplet: 59, CA and C3. RGB value is (89,202,195). Sum of RGB (Red+Green+Blue) = 89+202+195=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #59CAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CAC3 is #A6353C. Grayscale: #A7A7A7. Windows color (decimal): -10892605 or 12831321. OLE color: 12831321.

HSL color Cylindrical-coordinate representation of color #59CAC3: hue angle of 176.28º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CAC3 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 202 195 -
CMYK 0.56 0 0.03 0.21
HSL 176.28º 0.52% 0.57% -
HSV(B) 176.28º 0.56% 0.79% -
XYZ 35.09 48.31 59.1 -
YUV 167.42 143.56 72.07 -
System Red Green Blue C M Y K H S L
Decimal 89 202 195 0.56 0 0.03 0.21 176.28 0.52 0.57
Hex 59 CA C3 38 0 3 15 B0 34 39
Octal 131 312 303 70 0 3 25 260 64 71
Binary 1011001 11001010 11000011 111000 0 11 10101 10110000 110100 111001

Color Harmonies of #59CAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CAC3

Black with #59CAC3

Text Example


Text Example

White with #59CAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,202,195); }

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

background-color css

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

 a { background-color: rgb(89,202,195); }

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

border-color css

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

 span { border-color: rgb(89,202,195); }

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