Html Css Color HEX #49FFB1 Turquoise

📋 copy color: '#49FFB1'

red 73 ◦ green 255 ◦ blue 177

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

Shades of Turquoise #49FFB1

Tints of Turquoise #49FFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.05%

R = 14.46%
G = 50.5%
B = 35.05%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#49FFB1 (or 0x49FFB1) is known color: Turquoise. HEX triplet: 49, FF and B1. RGB value is (73,255,177). Sum of RGB (Red+Green+Blue) = 73+255+177=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFB1 is #B6004E. Grayscale: #BFBFBF. Windows color (decimal): -11927631 or 11665225. OLE color: 11665225.

HSL color Cylindrical-coordinate representation of color #49FFB1: hue angle of 154.29º 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 #49FFB1 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 73 255 177 -
CMYK 0.71 0 0.31 0
HSL 154.29º 1% 0.64% -
HSV(B) 154.29º 0.71% 1% -
XYZ 46.44 76.11 53.84 -
YUV 191.69 119.7 43.34 -
System Red Green Blue C M Y K H S L
Decimal 73 255 177 0.71 0 0.31 0 154.29 1 0.64
Hex 49 FF B1 47 0 1F 0 9A 64 40
Octal 111 377 261 107 0 37 0 232 144 100
Binary 1001001 11111111 10110001 1000111 0 11111 0 10011010 1100100 1000000

Color Harmonies of #49FFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFB1

Black with #49FFB1

Text Example


Text Example

White with #49FFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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