Html Css Color HEX #49FFAA Turquoise

📋 copy color: '#49FFAA'

red 73 ◦ green 255 ◦ blue 170

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

Shades of Turquoise #49FFAA

Tints of Turquoise #49FFAA

RGB

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

 GREEN value IS 255 (100% from 255) = 51.2%

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 14.66%
G = 51.2%
B = 34.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#49FFAA (or 0x49FFAA) is known color: Turquoise. HEX triplet: 49, FF and AA. RGB value is (73,255,170). Sum of RGB (Red+Green+Blue) = 73+255+170=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFAA is #B60055. Grayscale: #BFBFBF. Windows color (decimal): -11927638 or 11206473. OLE color: 11206473.

HSL color Cylindrical-coordinate representation of color #49FFAA: hue angle of 151.98º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFAA is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 73 255 170 -
CMYK 0.71 0 0.33 0
HSL 151.98º 1% 0.64% -
HSV(B) 151.98º 0.71% 1% -
XYZ 45.76 75.84 50.26 -
YUV 190.89 116.2 43.91 -
System Red Green Blue C M Y K H S L
Decimal 73 255 170 0.71 0 0.33 0 151.98 1 0.64
Hex 49 FF AA 47 0 21 0 98 64 40
Octal 111 377 252 107 0 41 0 230 144 100
Binary 1001001 11111111 10101010 1000111 0 100001 0 10011000 1100100 1000000

Color Harmonies of #49FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFAA

Black with #49FFAA

Text Example


Text Example

White with #49FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,255,170); }

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

background-color css

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

 a { background-color: rgb(73,255,170); }

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

border-color css

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

 span { border-color: rgb(73,255,170); }

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