Html Css Color HEX #49F6B2 Turquoise

📋 copy color: '#49F6B2'

red 73 ◦ green 246 ◦ blue 178

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

Shades of Turquoise #49F6B2

Tints of Turquoise #49F6B2

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.5%

 BLUE value IS 178 (69.92% from 255) = 35.81%

R = 14.69%
G = 49.5%
B = 35.81%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#49F6B2 (or 0x49F6B2) is known color: Turquoise. HEX triplet: 49, F6 and B2. RGB value is (73,246,178). Sum of RGB (Red+Green+Blue) = 73+246+178=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #49F6B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F6B2 is #B6094D. Grayscale: #BABABA. Windows color (decimal): -11929934 or 11728457. OLE color: 11728457.

HSL color Cylindrical-coordinate representation of color #49F6B2: hue angle of 156.42º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F6B2 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 246 178 -
CMYK 0.70 0 0.28 0.04
HSL 156.42º 0.91% 0.63% -
HSV(B) 156.42º 0.7% 0.96% -
XYZ 43.74 70.54 53.43 -
YUV 186.52 123.19 47.03 -
System Red Green Blue C M Y K H S L
Decimal 73 246 178 0.70 0 0.28 0.04 156.42 0.91 0.63
Hex 49 F6 B2 46 0 1C 4 9C 5B 3F
Octal 111 366 262 106 0 34 4 234 133 77
Binary 1001001 11110110 10110010 1000110 0 11100 100 10011100 1011011 111111

Color Harmonies of #49F6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F6B2

Black with #49F6B2

Text Example


Text Example

White with #49F6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,246,178); }

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

background-color css

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

 a { background-color: rgb(73,246,178); }

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

border-color css

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

 span { border-color: rgb(73,246,178); }

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