Html Css Color HEX #49FFB7 Turquoise

📋 copy color: '#49FFB7'

red 73 ◦ green 255 ◦ blue 183

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

Shades of Turquoise #49FFB7

Tints of Turquoise #49FFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.81%

R = 14.29%
G = 49.9%
B = 35.81%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#49FFB7 (or 0x49FFB7) is known color: Turquoise. HEX triplet: 49, FF and B7. RGB value is (73,255,183). Sum of RGB (Red+Green+Blue) = 73+255+183=511 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.29% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFB7 is #B60048. Grayscale: #C0C0C0. Windows color (decimal): -11927625 or 12058441. OLE color: 12058441.

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

Color convert

RGB 73 255 183 -
CMYK 0.71 0 0.28 0
HSL 156.26º 1% 0.64% -
HSV(B) 156.26º 0.71% 1% -
XYZ 47.05 76.36 57.06 -
YUV 192.37 122.7 42.85 -
System Red Green Blue C M Y K H S L
Decimal 73 255 183 0.71 0 0.28 0 156.26 1 0.64
Hex 49 FF B7 47 0 1C 0 9C 64 40
Octal 111 377 267 107 0 34 0 234 144 100
Binary 1001001 11111111 10110111 1000111 0 11100 0 10011100 1100100 1000000

Color Harmonies of #49FFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFB7

Black with #49FFB7

Text Example


Text Example

White with #49FFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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