Html Css Color HEX #49F1BA Turquoise

📋 copy color: '#49F1BA'

red 73 ◦ green 241 ◦ blue 186

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

Shades of Turquoise #49F1BA

Tints of Turquoise #49F1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.2%

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

R = 14.6%
G = 48.2%
B = 37.2%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#49F1BA (or 0x49F1BA) is known color: Turquoise. HEX triplet: 49, F1 and BA. RGB value is (73,241,186). Sum of RGB (Red+Green+Blue) = 73+241+186=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #49F1BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F1BA is #B60E45. Grayscale: #B8B8B8. Windows color (decimal): -11931206 or 12251465. OLE color: 12251465.

HSL color Cylindrical-coordinate representation of color #49F1BA: hue angle of 160.36º degrees, saturation: 0.86, 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 #49F1BA is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 241 186 -
CMYK 0.70 0 0.23 0.05
HSL 160.36º 0.86% 0.62% -
HSV(B) 160.36º 0.7% 0.95% -
XYZ 43.07 67.87 57.29 -
YUV 184.5 128.84 48.47 -
System Red Green Blue C M Y K H S L
Decimal 73 241 186 0.70 0 0.23 0.05 160.36 0.86 0.62
Hex 49 F1 BA 46 0 17 5 A0 56 3E
Octal 111 361 272 106 0 27 5 240 126 76
Binary 1001001 11110001 10111010 1000110 0 10111 101 10100000 1010110 111110

Color Harmonies of #49F1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F1BA

Black with #49F1BA

Text Example


Text Example

White with #49F1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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