Html Css Color HEX #49FAC6 Turquoise

📋 copy color: '#49FAC6'

red 73 ◦ green 250 ◦ blue 198

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

Shades of Turquoise #49FAC6

Tints of Turquoise #49FAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38%

R = 14.01%
G = 47.98%
B = 38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#49FAC6 (or 0x49FAC6) is known color: Turquoise. HEX triplet: 49, FA and C6. RGB value is (73,250,198). Sum of RGB (Red+Green+Blue) = 73+250+198=521 (69% of max value = 765). Red value is 73 (28.91% from 255 or 14.01% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FAC6 is #B60539. Grayscale: #BFBFBF. Windows color (decimal): -11928890 or 13040201. OLE color: 13040201.

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

Color convert

RGB 73 250 198 -
CMYK 0.71 0 0.21 0.02
HSL 162.37º 0.95% 0.63% -
HSV(B) 162.37º 0.71% 0.98% -
XYZ 47.13 73.86 65.2 -
YUV 191.15 131.86 43.73 -
System Red Green Blue C M Y K H S L
Decimal 73 250 198 0.71 0 0.21 0.02 162.37 0.95 0.63
Hex 49 FA C6 47 0 15 2 A2 5F 3F
Octal 111 372 306 107 0 25 2 242 137 77
Binary 1001001 11111010 11000110 1000111 0 10101 10 10100010 1011111 111111

Color Harmonies of #49FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FAC6

Black with #49FAC6

Text Example


Text Example

White with #49FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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