Html Css Color HEX #49F9AF Turquoise

📋 copy color: '#49F9AF'

red 73 ◦ green 249 ◦ blue 175

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

Shades of Turquoise #49F9AF

Tints of Turquoise #49F9AF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.1%

 BLUE value IS 175 (68.75% from 255) = 35.21%

R = 14.69%
G = 50.1%
B = 35.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#49F9AF (or 0x49F9AF) is known color: Turquoise. HEX triplet: 49, F9 and AF. RGB value is (73,249,175). Sum of RGB (Red+Green+Blue) = 73+249+175=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #49F9AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F9AF is #B60650. Grayscale: #BCBCBC. Windows color (decimal): -11929169 or 11532617. OLE color: 11532617.

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

Color convert

RGB 73 249 175 -
CMYK 0.71 0 0.30 0.02
HSL 154.77º 0.94% 0.63% -
HSV(B) 154.77º 0.71% 0.98% -
XYZ 44.36 72.26 52.17 -
YUV 187.94 120.69 46.02 -
System Red Green Blue C M Y K H S L
Decimal 73 249 175 0.71 0 0.30 0.02 154.77 0.94 0.63
Hex 49 F9 AF 47 0 1E 2 9B 5E 3F
Octal 111 371 257 107 0 36 2 233 136 77
Binary 1001001 11111001 10101111 1000111 0 11110 10 10011011 1011110 111111

Color Harmonies of #49F9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F9AF

Black with #49F9AF

Text Example


Text Example

White with #49F9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,249,175); }

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

background-color css

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

 a { background-color: rgb(73,249,175); }

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

border-color css

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

 span { border-color: rgb(73,249,175); }

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