Html Css Color HEX #49FFBA Turquoise

📋 copy color: '#49FFBA'

red 73 ◦ green 255 ◦ blue 186

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

Shades of Turquoise #49FFBA

Tints of Turquoise #49FFBA

RGB

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

 GREEN value IS 255 (100% from 255) = 49.61%

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

R = 14.2%
G = 49.61%
B = 36.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#49FFBA (or 0x49FFBA) is known color: Turquoise. HEX triplet: 49, FF and BA. RGB value is (73,255,186). Sum of RGB (Red+Green+Blue) = 73+255+186=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFBA is #B60045. Grayscale: #C0C0C0. Windows color (decimal): -11927622 or 12255049. OLE color: 12255049.

HSL color Cylindrical-coordinate representation of color #49FFBA: hue angle of 157.25º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFBA is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 73 255 186 -
CMYK 0.71 0 0.27 0
HSL 157.25º 1% 0.64% -
HSV(B) 157.25º 0.71% 1% -
XYZ 47.37 76.48 58.72 -
YUV 192.72 124.2 42.61 -
System Red Green Blue C M Y K H S L
Decimal 73 255 186 0.71 0 0.27 0 157.25 1 0.64
Hex 49 FF BA 47 0 1B 0 9D 64 40
Octal 111 377 272 107 0 33 0 235 144 100
Binary 1001001 11111111 10111010 1000111 0 11011 0 10011101 1100100 1000000

Color Harmonies of #49FFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFBA

Black with #49FFBA

Text Example


Text Example

White with #49FFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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