Html Css Color HEX #49F7BB Turquoise

📋 copy color: '#49F7BB'

red 73 ◦ green 247 ◦ blue 187

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

Shades of Turquoise #49F7BB

Tints of Turquoise #49F7BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 14.4%
G = 48.72%
B = 36.88%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#49F7BB (or 0x49F7BB) is known color: Turquoise. HEX triplet: 49, F7 and BB. RGB value is (73,247,187). Sum of RGB (Red+Green+Blue) = 73+247+187=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #49F7BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F7BB is #B60844. Grayscale: #BCBCBC. Windows color (decimal): -11929669 or 12318537. OLE color: 12318537.

HSL color Cylindrical-coordinate representation of color #49F7BB: hue angle of 159.31º 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 #49F7BB is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 247 187 -
CMYK 0.70 0 0.24 0.03
HSL 159.31º 0.92% 0.63% -
HSV(B) 159.31º 0.7% 0.97% -
XYZ 44.98 71.53 58.45 -
YUV 188.13 127.35 45.88 -
System Red Green Blue C M Y K H S L
Decimal 73 247 187 0.70 0 0.24 0.03 159.31 0.92 0.63
Hex 49 F7 BB 46 0 18 3 9F 5C 3F
Octal 111 367 273 106 0 30 3 237 134 77
Binary 1001001 11110111 10111011 1000110 0 11000 11 10011111 1011100 111111

Color Harmonies of #49F7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F7BB

Black with #49F7BB

Text Example


Text Example

White with #49F7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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