Html Css Color HEX #49EAB0 Turquoise

📋 copy color: '#49EAB0'

red 73 ◦ green 234 ◦ blue 176

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

Shades of Turquoise #49EAB0

Tints of Turquoise #49EAB0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.45%

 BLUE value IS 176 (69.14% from 255) = 36.44%

R = 15.11%
G = 48.45%
B = 36.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#49EAB0 (or 0x49EAB0) is known color: Turquoise. HEX triplet: 49, EA and B0. RGB value is (73,234,176). Sum of RGB (Red+Green+Blue) = 73+234+176=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #49EAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EAB0 is #B6154F. Grayscale: #B3B3B3. Windows color (decimal): -11933008 or 11594313. OLE color: 11594313.

HSL color Cylindrical-coordinate representation of color #49EAB0: hue angle of 158.39º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EAB0 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 234 176 -
CMYK 0.69 0 0.25 0.08
HSL 158.39º 0.79% 0.6% -
HSV(B) 158.39º 0.69% 0.92% -
XYZ 40.01 63.4 51.2 -
YUV 179.25 126.16 52.22 -
System Red Green Blue C M Y K H S L
Decimal 73 234 176 0.69 0 0.25 0.08 158.39 0.79 0.6
Hex 49 EA B0 45 0 19 8 9E 4F 3C
Octal 111 352 260 105 0 31 10 236 117 74
Binary 1001001 11101010 10110000 1000101 0 11001 1000 10011110 1001111 111100

Color Harmonies of #49EAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EAB0

Black with #49EAB0

Text Example


Text Example

White with #49EAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,234,176); }

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

background-color css

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

 a { background-color: rgb(73,234,176); }

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

border-color css

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

 span { border-color: rgb(73,234,176); }

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