Html Css Color HEX #49FFAB Turquoise

📋 copy color: '#49FFAB'

red 73 ◦ green 255 ◦ blue 171

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

Shades of Turquoise #49FFAB

Tints of Turquoise #49FFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.27%

R = 14.63%
G = 51.1%
B = 34.27%

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

#49FFAB (or 0x49FFAB) is known color: Turquoise. HEX triplet: 49, FF and AB. RGB value is (73,255,171). Sum of RGB (Red+Green+Blue) = 73+255+171=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFAB is #B60054. Grayscale: #BFBFBF. Windows color (decimal): -11927637 or 11272009. OLE color: 11272009.

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

Color convert

RGB 73 255 171 -
CMYK 0.71 0 0.33 0
HSL 152.31º 1% 0.64% -
HSV(B) 152.31º 0.71% 1% -
XYZ 45.86 75.88 50.76 -
YUV 191.01 116.7 43.83 -
System Red Green Blue C M Y K H S L
Decimal 73 255 171 0.71 0 0.33 0 152.31 1 0.64
Hex 49 FF AB 47 0 21 0 98 64 40
Octal 111 377 253 107 0 41 0 230 144 100
Binary 1001001 11111111 10101011 1000111 0 100001 0 10011000 1100100 1000000

Color Harmonies of #49FFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFAB

Black with #49FFAB

Text Example


Text Example

White with #49FFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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