Html Css Color HEX #49F2B0 Turquoise

📋 copy color: '#49F2B0'

red 73 ◦ green 242 ◦ blue 176

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

Shades of Turquoise #49F2B0

Tints of Turquoise #49F2B0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.29%

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

R = 14.87%
G = 49.29%
B = 35.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#49F2B0 (or 0x49F2B0) is known color: Turquoise. HEX triplet: 49, F2 and B0. RGB value is (73,242,176). Sum of RGB (Red+Green+Blue) = 73+242+176=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F2B0 is #B60D4F. Grayscale: #B8B8B8. Windows color (decimal): -11930960 or 11596361. OLE color: 11596361.

HSL color Cylindrical-coordinate representation of color #49F2B0: hue angle of 156.57º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F2B0 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 176 -
CMYK 0.70 0 0.27 0.05
HSL 156.57º 0.87% 0.62% -
HSV(B) 156.57º 0.7% 0.95% -
XYZ 42.34 68.06 51.98 -
YUV 183.95 123.51 48.87 -
System Red Green Blue C M Y K H S L
Decimal 73 242 176 0.70 0 0.27 0.05 156.57 0.87 0.62
Hex 49 F2 B0 46 0 1B 5 9D 57 3E
Octal 111 362 260 106 0 33 5 235 127 76
Binary 1001001 11110010 10110000 1000110 0 11011 101 10011101 1010111 111110

Color Harmonies of #49F2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F2B0

Black with #49F2B0

Text Example


Text Example

White with #49F2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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