Html Css Color HEX #49FEAC Turquoise

📋 copy color: '#49FEAC'

red 73 ◦ green 254 ◦ blue 172

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

Shades of Turquoise #49FEAC

Tints of Turquoise #49FEAC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.9%

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

R = 14.63%
G = 50.9%
B = 34.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#49FEAC (or 0x49FEAC) is known color: Turquoise. HEX triplet: 49, FE and AC. RGB value is (73,254,172). Sum of RGB (Red+Green+Blue) = 73+254+172=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FEAC is #B60153. Grayscale: #BEBEBE. Windows color (decimal): -11927892 or 11337289. OLE color: 11337289.

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

Color convert

RGB 73 254 172 -
CMYK 0.71 0 0.32 0.00
HSL 152.82º 0.99% 0.64% -
HSV(B) 152.82º 0.71% 1% -
XYZ 45.64 75.28 51.15 -
YUV 190.53 117.53 44.17 -
System Red Green Blue C M Y K H S L
Decimal 73 254 172 0.71 0 0.32 0.00 152.82 0.99 0.64
Hex 49 FE AC 47 0 20 0 99 63 40
Octal 111 376 254 107 0 40 0 231 143 100
Binary 1001001 11111110 10101100 1000111 0 100000 0 10011001 1100011 1000000

Color Harmonies of #49FEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FEAC

Black with #49FEAC

Text Example


Text Example

White with #49FEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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