Html Css Color HEX #49FABF Turquoise

📋 copy color: '#49FABF'

red 73 ◦ green 250 ◦ blue 191

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

Shades of Turquoise #49FABF

Tints of Turquoise #49FABF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.64%

 BLUE value IS 191 (75% from 255) = 37.16%

R = 14.2%
G = 48.64%
B = 37.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#49FABF (or 0x49FABF) is known color: Turquoise. HEX triplet: 49, FA and BF. RGB value is (73,250,191). Sum of RGB (Red+Green+Blue) = 73+250+191=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #49FABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FABF is #B60540. Grayscale: #BEBEBE. Windows color (decimal): -11928897 or 12581449. OLE color: 12581449.

HSL color Cylindrical-coordinate representation of color #49FABF: hue angle of 160º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FABF is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 250 191 -
CMYK 0.71 0 0.24 0.02
HSL 160º 0.95% 0.63% -
HSV(B) 160º 0.71% 0.98% -
XYZ 46.34 73.55 61.04 -
YUV 190.35 128.36 44.3 -
System Red Green Blue C M Y K H S L
Decimal 73 250 191 0.71 0 0.24 0.02 160 0.95 0.63
Hex 49 FA BF 47 0 18 2 A0 5F 3F
Octal 111 372 277 107 0 30 2 240 137 77
Binary 1001001 11111010 10111111 1000111 0 11000 10 10100000 1011111 111111

Color Harmonies of #49FABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FABF

Black with #49FABF

Text Example


Text Example

White with #49FABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,250,191); }

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

background-color css

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

 a { background-color: rgb(73,250,191); }

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

border-color css

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

 span { border-color: rgb(73,250,191); }

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