Html Css Color HEX #49E5BA Turquoise

📋 copy color: '#49E5BA'

red 73 ◦ green 229 ◦ blue 186

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

Shades of Turquoise #49E5BA

Tints of Turquoise #49E5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.93%

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 14.96%
G = 46.93%
B = 38.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#49E5BA (or 0x49E5BA) is known color: Turquoise. HEX triplet: 49, E5 and BA. RGB value is (73,229,186). Sum of RGB (Red+Green+Blue) = 73+229+186=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #49E5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E5BA is #B61A45. Grayscale: #B1B1B1. Windows color (decimal): -11934278 or 12248393. OLE color: 12248393.

HSL color Cylindrical-coordinate representation of color #49E5BA: hue angle of 163.46º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E5BA is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 229 186 -
CMYK 0.68 0 0.19 0.10
HSL 163.46º 0.75% 0.59% -
HSV(B) 163.46º 0.68% 0.9% -
XYZ 39.63 61 56.14 -
YUV 177.45 132.82 53.5 -
System Red Green Blue C M Y K H S L
Decimal 73 229 186 0.68 0 0.19 0.10 163.46 0.75 0.59
Hex 49 E5 BA 44 0 13 A A3 4B 3B
Octal 111 345 272 104 0 23 12 243 113 73
Binary 1001001 11100101 10111010 1000100 0 10011 1010 10100011 1001011 111011

Color Harmonies of #49E5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E5BA

Black with #49E5BA

Text Example


Text Example

White with #49E5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,229,186); }

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

background-color css

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

 a { background-color: rgb(73,229,186); }

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

border-color css

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

 span { border-color: rgb(73,229,186); }

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