Html Css Color HEX #49CAB9 Medium Turquoise

📋 copy color: '#49CAB9'

red 73 ◦ green 202 ◦ blue 185

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

Shades of Medium Turquoise #49CAB9

Tints of Medium Turquoise #49CAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.22%

R = 15.87%
G = 43.91%
B = 40.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#49CAB9 (or 0x49CAB9) is known color: Medium Turquoise. HEX triplet: 49, CA and B9. RGB value is (73,202,185). Sum of RGB (Red+Green+Blue) = 73+202+185=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #49CAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CAB9 is #B63546. Grayscale: #A1A1A1. Windows color (decimal): -11941191 or 12175945. OLE color: 12175945.

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

Color convert

RGB 73 202 185 -
CMYK 0.64 0 0.08 0.21
HSL 172.09º 0.55% 0.54% -
HSV(B) 172.09º 0.64% 0.79% -
XYZ 32.63 47.16 53.28 -
YUV 161.49 141.26 64.88 -
System Red Green Blue C M Y K H S L
Decimal 73 202 185 0.64 0 0.08 0.21 172.09 0.55 0.54
Hex 49 CA B9 40 0 8 15 AC 37 36
Octal 111 312 271 100 0 10 25 254 67 66
Binary 1001001 11001010 10111001 1000000 0 1000 10101 10101100 110111 110110

Color Harmonies of #49CAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CAB9

Black with #49CAB9

Text Example


Text Example

White with #49CAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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