Html Css Color HEX #49CAC2 Medium Turquoise

📋 copy color: '#49CAC2'

red 73 ◦ green 202 ◦ blue 194

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

Shades of Medium Turquoise #49CAC2

Tints of Medium Turquoise #49CAC2

RGB

 RED value IS 73 (28.91% from 255) = 15.57%

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

 BLUE value IS 194 (76.17% from 255) = 41.36%

R = 15.57%
G = 43.07%
B = 41.36%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#49CAC2 (or 0x49CAC2) is known color: Medium Turquoise. HEX triplet: 49, CA and C2. RGB value is (73,202,194). Sum of RGB (Red+Green+Blue) = 73+202+194=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #49CAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CAC2 is #B6353D. Grayscale: #A2A2A2. Windows color (decimal): -11941182 or 12765769. OLE color: 12765769.

HSL color Cylindrical-coordinate representation of color #49CAC2: hue angle of 176.28º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CAC2 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 194 -
CMYK 0.64 0 0.04 0.21
HSL 176.28º 0.55% 0.54% -
HSV(B) 176.28º 0.64% 0.79% -
XYZ 33.61 47.55 58.45 -
YUV 162.52 145.76 64.15 -
System Red Green Blue C M Y K H S L
Decimal 73 202 194 0.64 0 0.04 0.21 176.28 0.55 0.54
Hex 49 CA C2 40 0 4 15 B0 37 36
Octal 111 312 302 100 0 4 25 260 67 66
Binary 1001001 11001010 11000010 1000000 0 100 10101 10110000 110111 110110

Color Harmonies of #49CAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CAC2

Black with #49CAC2

Text Example


Text Example

White with #49CAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49CAC2; }

 p { color: rgb(73,202,194); }

 H1.HeaderClassName
 {
   color: #49CAC2;
 }
 .AnyTagClassName
 {
   color: #49CAC2;
 }
</style>

background-color css

<style>
 a { background-color: #49CAC2; }

 a { background-color: rgb(73,202,194); }

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

border-color css

<style>
 span { border-color: #49CAC2; }

 span { border-color: rgb(73,202,194); }

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