Html Css Color HEX #49FFB2 Turquoise

📋 copy color: '#49FFB2'

red 73 ◦ green 255 ◦ blue 178

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

Shades of Turquoise #49FFB2

Tints of Turquoise #49FFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.18%

R = 14.43%
G = 50.4%
B = 35.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#49FFB2 (or 0x49FFB2) is known color: Turquoise. HEX triplet: 49, FF and B2. RGB value is (73,255,178). Sum of RGB (Red+Green+Blue) = 73+255+178=506 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.43% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFB2 is #B6004D. Grayscale: #BFBFBF. Windows color (decimal): -11927630 or 11730761. OLE color: 11730761.

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

Color convert

RGB 73 255 178 -
CMYK 0.71 0 0.30 0
HSL 154.62º 1% 0.64% -
HSV(B) 154.62º 0.71% 1% -
XYZ 46.54 76.15 54.36 -
YUV 191.8 120.2 43.26 -
System Red Green Blue C M Y K H S L
Decimal 73 255 178 0.71 0 0.30 0 154.62 1 0.64
Hex 49 FF B2 47 0 1E 0 9B 64 40
Octal 111 377 262 107 0 36 0 233 144 100
Binary 1001001 11111111 10110010 1000111 0 11110 0 10011011 1100100 1000000

Color Harmonies of #49FFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFB2

Black with #49FFB2

Text Example


Text Example

White with #49FFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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