Html Css Color HEX #49E7B2 Turquoise

📋 copy color: '#49E7B2'

red 73 ◦ green 231 ◦ blue 178

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

Shades of Turquoise #49E7B2

Tints of Turquoise #49E7B2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.93%

 BLUE value IS 178 (69.92% from 255) = 36.93%

R = 15.15%
G = 47.93%
B = 36.93%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#49E7B2 (or 0x49E7B2) is known color: Turquoise. HEX triplet: 49, E7 and B2. RGB value is (73,231,178). Sum of RGB (Red+Green+Blue) = 73+231+178=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #49E7B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E7B2 is #B6184D. Grayscale: #B1B1B1. Windows color (decimal): -11933774 or 11724617. OLE color: 11724617.

HSL color Cylindrical-coordinate representation of color #49E7B2: hue angle of 159.87º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E7B2 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 231 178 -
CMYK 0.68 0 0.23 0.09
HSL 159.87º 0.77% 0.6% -
HSV(B) 159.87º 0.68% 0.91% -
XYZ 39.36 61.78 51.97 -
YUV 177.72 128.15 53.31 -
System Red Green Blue C M Y K H S L
Decimal 73 231 178 0.68 0 0.23 0.09 159.87 0.77 0.6
Hex 49 E7 B2 44 0 17 9 A0 4D 3C
Octal 111 347 262 104 0 27 11 240 115 74
Binary 1001001 11100111 10110010 1000100 0 10111 1001 10100000 1001101 111100

Color Harmonies of #49E7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E7B2

Black with #49E7B2

Text Example


Text Example

White with #49E7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,231,178); }

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

background-color css

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

 a { background-color: rgb(73,231,178); }

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

border-color css

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

 span { border-color: rgb(73,231,178); }

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