Html Css Color HEX #49FAB1 Turquoise

📋 copy color: '#49FAB1'

red 73 ◦ green 250 ◦ blue 177

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

Shades of Turquoise #49FAB1

Tints of Turquoise #49FAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.4%

R = 14.6%
G = 50%
B = 35.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#49FAB1 (or 0x49FAB1) is known color: Turquoise. HEX triplet: 49, FA and B1. RGB value is (73,250,177). Sum of RGB (Red+Green+Blue) = 73+250+177=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FAB1 is #B6054E. Grayscale: #BCBCBC. Windows color (decimal): -11928911 or 11663945. OLE color: 11663945.

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

Color convert

RGB 73 250 177 -
CMYK 0.71 0 0.29 0.02
HSL 155.25º 0.95% 0.63% -
HSV(B) 155.25º 0.71% 0.98% -
XYZ 44.87 72.96 53.31 -
YUV 188.76 121.36 45.44 -
System Red Green Blue C M Y K H S L
Decimal 73 250 177 0.71 0 0.29 0.02 155.25 0.95 0.63
Hex 49 FA B1 47 0 1D 2 9B 5F 3F
Octal 111 372 261 107 0 35 2 233 137 77
Binary 1001001 11111010 10110001 1000111 0 11101 10 10011011 1011111 111111

Color Harmonies of #49FAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FAB1

Black with #49FAB1

Text Example


Text Example

White with #49FAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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