Html Css Color HEX #49FAC4 Turquoise

📋 copy color: '#49FAC4'

red 73 ◦ green 250 ◦ blue 196

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

Shades of Turquoise #49FAC4

Tints of Turquoise #49FAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.76%

R = 14.07%
G = 48.17%
B = 37.76%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#49FAC4 (or 0x49FAC4) is known color: Turquoise. HEX triplet: 49, FA and C4. RGB value is (73,250,196). Sum of RGB (Red+Green+Blue) = 73+250+196=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FAC4 is #B6053B. Grayscale: #BEBEBE. Windows color (decimal): -11928892 or 12909129. OLE color: 12909129.

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

Color convert

RGB 73 250 196 -
CMYK 0.71 0 0.22 0.02
HSL 161.69º 0.95% 0.63% -
HSV(B) 161.69º 0.71% 0.98% -
XYZ 46.9 73.77 63.99 -
YUV 190.92 130.86 43.89 -
System Red Green Blue C M Y K H S L
Decimal 73 250 196 0.71 0 0.22 0.02 161.69 0.95 0.63
Hex 49 FA C4 47 0 16 2 A2 5F 3F
Octal 111 372 304 107 0 26 2 242 137 77
Binary 1001001 11111010 11000100 1000111 0 10110 10 10100010 1011111 111111

Color Harmonies of #49FAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FAC4

Black with #49FAC4

Text Example


Text Example

White with #49FAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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