Html Css Color HEX #49FFB0 Turquoise

📋 copy color: '#49FFB0'

red 73 ◦ green 255 ◦ blue 176

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

Shades of Turquoise #49FFB0

Tints of Turquoise #49FFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.92%

R = 14.48%
G = 50.6%
B = 34.92%

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

#49FFB0 (or 0x49FFB0) is known color: Turquoise. HEX triplet: 49, FF and B0. RGB value is (73,255,176). Sum of RGB (Red+Green+Blue) = 73+255+176=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FFB0 is #B6004F. Grayscale: #BFBFBF. Windows color (decimal): -11927632 or 11599689. OLE color: 11599689.

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

Color convert

RGB 73 255 176 -
CMYK 0.71 0 0.31 0
HSL 153.96º 1% 0.64% -
HSV(B) 153.96º 0.71% 1% -
XYZ 46.34 76.07 53.31 -
YUV 191.58 119.2 43.42 -
System Red Green Blue C M Y K H S L
Decimal 73 255 176 0.71 0 0.31 0 153.96 1 0.64
Hex 49 FF B0 47 0 1F 0 9A 64 40
Octal 111 377 260 107 0 37 0 232 144 100
Binary 1001001 11111111 10110000 1000111 0 11111 0 10011010 1100100 1000000

Color Harmonies of #49FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFB0

Black with #49FFB0

Text Example


Text Example

White with #49FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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