Html Css Color HEX #49FAB3 Turquoise

📋 copy color: '#49FAB3'

red 73 ◦ green 250 ◦ blue 179

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

Shades of Turquoise #49FAB3

Tints of Turquoise #49FAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 35.66%

R = 14.54%
G = 49.8%
B = 35.66%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#49FAB3 (or 0x49FAB3) is known color: Turquoise. HEX triplet: 49, FA and B3. RGB value is (73,250,179). Sum of RGB (Red+Green+Blue) = 73+250+179=502 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.54% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FAB3 is #B6054C. Grayscale: #BDBDBD. Windows color (decimal): -11928909 or 11795017. OLE color: 11795017.

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

Color convert

RGB 73 250 179 -
CMYK 0.71 0 0.28 0.02
HSL 155.93º 0.95% 0.63% -
HSV(B) 155.93º 0.71% 0.98% -
XYZ 45.07 73.04 54.37 -
YUV 188.98 122.36 45.27 -
System Red Green Blue C M Y K H S L
Decimal 73 250 179 0.71 0 0.28 0.02 155.93 0.95 0.63
Hex 49 FA B3 47 0 1C 2 9C 5F 3F
Octal 111 372 263 107 0 34 2 234 137 77
Binary 1001001 11111010 10110011 1000111 0 11100 10 10011100 1011111 111111

Color Harmonies of #49FAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FAB3

Black with #49FAB3

Text Example


Text Example

White with #49FAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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