Html Css Color HEX #49FAB0 Turquoise

📋 copy color: '#49FAB0'

red 73 ◦ green 250 ◦ blue 176

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

Shades of Turquoise #49FAB0

Tints of Turquoise #49FAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.27%

R = 14.63%
G = 50.1%
B = 35.27%

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

#49FAB0 (or 0x49FAB0) is known color: Turquoise. HEX triplet: 49, FA and B0. RGB value is (73,250,176). Sum of RGB (Red+Green+Blue) = 73+250+176=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FAB0 is #B6054F. Grayscale: #BCBCBC. Windows color (decimal): -11928912 or 11598409. OLE color: 11598409.

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

Color convert

RGB 73 250 176 -
CMYK 0.71 0 0.30 0.02
HSL 154.92º 0.95% 0.63% -
HSV(B) 154.92º 0.71% 0.98% -
XYZ 44.77 72.92 52.79 -
YUV 188.64 120.86 45.52 -
System Red Green Blue C M Y K H S L
Decimal 73 250 176 0.71 0 0.30 0.02 154.92 0.95 0.63
Hex 49 FA B0 47 0 1E 2 9B 5F 3F
Octal 111 372 260 107 0 36 2 233 137 77
Binary 1001001 11111010 10110000 1000111 0 11110 10 10011011 1011111 111111

Color Harmonies of #49FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FAB0

Black with #49FAB0

Text Example


Text Example

White with #49FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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