Html Css Color HEX #50CAC3 Medium Turquoise

📋 copy color: '#50CAC3'

red 80 ◦ green 202 ◦ blue 195

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

Shades of Medium Turquoise #50CAC3

Tints of Medium Turquoise #50CAC3

RGB

 RED value IS 80 (31.64% from 255) = 16.77%

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

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

R = 16.77%
G = 42.35%
B = 40.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#50CAC3 (or 0x50CAC3) is known color: Medium Turquoise. HEX triplet: 50, CA and C3. RGB value is (80,202,195). Sum of RGB (Red+Green+Blue) = 80+202+195=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #50CAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CAC3 is #AF353C. Grayscale: #A4A4A4. Windows color (decimal): -11482429 or 12831312. OLE color: 12831312.

HSL color Cylindrical-coordinate representation of color #50CAC3: hue angle of 176.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CAC3 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 202 195 -
CMYK 0.60 0 0.03 0.21
HSL 176.56º 0.54% 0.55% -
HSV(B) 176.56º 0.6% 0.79% -
XYZ 34.28 47.89 59.07 -
YUV 164.72 145.08 67.57 -
System Red Green Blue C M Y K H S L
Decimal 80 202 195 0.60 0 0.03 0.21 176.56 0.54 0.55
Hex 50 CA C3 3C 0 3 15 B1 36 37
Octal 120 312 303 74 0 3 25 261 66 67
Binary 1010000 11001010 11000011 111100 0 11 10101 10110001 110110 110111

Color Harmonies of #50CAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CAC3

Black with #50CAC3

Text Example


Text Example

White with #50CAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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