Html Css Color HEX #49FAAF Turquoise

📋 copy color: '#49FAAF'

red 73 ◦ green 250 ◦ blue 175

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

Shades of Turquoise #49FAAF

Tints of Turquoise #49FAAF

RGB

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

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

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

R = 14.66%
G = 50.2%
B = 35.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#49FAAF (or 0x49FAAF) is known color: Turquoise. HEX triplet: 49, FA and AF. RGB value is (73,250,175). Sum of RGB (Red+Green+Blue) = 73+250+175=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FAAF is #B60550. Grayscale: #BCBCBC. Windows color (decimal): -11928913 or 11532873. OLE color: 11532873.

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

Color convert

RGB 73 250 175 -
CMYK 0.71 0 0.3 0.02
HSL 154.58º 0.95% 0.63% -
HSV(B) 154.58º 0.71% 0.98% -
XYZ 44.67 72.88 52.27 -
YUV 188.53 120.36 45.6 -
System Red Green Blue C M Y K H S L
Decimal 73 250 175 0.71 0 0.3 0.02 154.58 0.95 0.63
Hex 49 FA AF 47 0 1E 2 9B 5F 3F
Octal 111 372 257 107 0 36 2 233 137 77
Binary 1001001 11111010 10101111 1000111 0 11110 10 10011011 1011111 111111

Color Harmonies of #49FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FAAF

Black with #49FAAF

Text Example


Text Example

White with #49FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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