Html Css Color HEX #49FFAC Turquoise

📋 copy color: '#49FFAC'

red 73 ◦ green 255 ◦ blue 172

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

Shades of Turquoise #49FFAC

Tints of Turquoise #49FFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 14.6%
G = 51%
B = 34.4%

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

#49FFAC (or 0x49FFAC) is known color: Turquoise. HEX triplet: 49, FF and AC. RGB value is (73,255,172). Sum of RGB (Red+Green+Blue) = 73+255+172=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFAC is #B60053. Grayscale: #BFBFBF. Windows color (decimal): -11927636 or 11337545. OLE color: 11337545.

HSL color Cylindrical-coordinate representation of color #49FFAC: hue angle of 152.64º 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 #49FFAC is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 73 255 172 -
CMYK 0.71 0 0.33 0
HSL 152.64º 1% 0.64% -
HSV(B) 152.64º 0.71% 1% -
XYZ 45.95 75.92 51.26 -
YUV 191.12 117.2 43.75 -
System Red Green Blue C M Y K H S L
Decimal 73 255 172 0.71 0 0.33 0 152.64 1 0.64
Hex 49 FF AC 47 0 21 0 99 64 40
Octal 111 377 254 107 0 41 0 231 144 100
Binary 1001001 11111111 10101100 1000111 0 100001 0 10011001 1100100 1000000

Color Harmonies of #49FFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFAC

Black with #49FFAC

Text Example


Text Example

White with #49FFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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