Html Css Color HEX #49CAC4 Medium Turquoise

📋 copy color: '#49CAC4'

red 73 ◦ green 202 ◦ blue 196

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

Shades of Medium Turquoise #49CAC4

Tints of Medium Turquoise #49CAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.61%

R = 15.5%
G = 42.89%
B = 41.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#49CAC4 (or 0x49CAC4) is known color: Medium Turquoise. HEX triplet: 49, CA and C4. RGB value is (73,202,196). Sum of RGB (Red+Green+Blue) = 73+202+196=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #49CAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CAC4 is #B6353B. Grayscale: #A2A2A2. Windows color (decimal): -11941180 or 12896841. OLE color: 12896841.

HSL color Cylindrical-coordinate representation of color #49CAC4: hue angle of 177.21º 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 #49CAC4 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 196 -
CMYK 0.64 0 0.03 0.21
HSL 177.21º 0.55% 0.54% -
HSV(B) 177.21º 0.64% 0.79% -
XYZ 33.83 47.64 59.64 -
YUV 162.75 146.76 63.99 -
System Red Green Blue C M Y K H S L
Decimal 73 202 196 0.64 0 0.03 0.21 177.21 0.55 0.54
Hex 49 CA C4 40 0 3 15 B1 37 36
Octal 111 312 304 100 0 3 25 261 67 66
Binary 1001001 11001010 11000100 1000000 0 11 10101 10110001 110111 110110

Color Harmonies of #49CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CAC4

Black with #49CAC4

Text Example


Text Example

White with #49CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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