Html Css Color HEX #49F7BA Turquoise

📋 copy color: '#49F7BA'

red 73 ◦ green 247 ◦ blue 186

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

Shades of Turquoise #49F7BA

Tints of Turquoise #49F7BA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.81%

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

R = 14.43%
G = 48.81%
B = 36.76%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#49F7BA (or 0x49F7BA) is known color: Turquoise. HEX triplet: 49, F7 and BA. RGB value is (73,247,186). Sum of RGB (Red+Green+Blue) = 73+247+186=506 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.43% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 247 - color contains mainly: green. Hex color #49F7BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F7BA is #B60845. Grayscale: #BCBCBC. Windows color (decimal): -11929670 or 12253001. OLE color: 12253001.

HSL color Cylindrical-coordinate representation of color #49F7BA: hue angle of 158.97º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F7BA is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 247 186 -
CMYK 0.70 0 0.25 0.03
HSL 158.97º 0.92% 0.63% -
HSV(B) 158.97º 0.7% 0.97% -
XYZ 44.87 71.48 57.89 -
YUV 188.02 126.85 45.96 -
System Red Green Blue C M Y K H S L
Decimal 73 247 186 0.70 0 0.25 0.03 158.97 0.92 0.63
Hex 49 F7 BA 46 0 19 3 9F 5C 3F
Octal 111 367 272 106 0 31 3 237 134 77
Binary 1001001 11110111 10111010 1000110 0 11001 11 10011111 1011100 111111

Color Harmonies of #49F7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F7BA

Black with #49F7BA

Text Example


Text Example

White with #49F7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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