Html Css Color HEX #49FEB7 Turquoise

📋 copy color: '#49FEB7'

red 73 ◦ green 254 ◦ blue 183

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

Shades of Turquoise #49FEB7

Tints of Turquoise #49FEB7

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.8%

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

R = 14.31%
G = 49.8%
B = 35.88%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#49FEB7 (or 0x49FEB7) is known color: Turquoise. HEX triplet: 49, FE and B7. RGB value is (73,254,183). Sum of RGB (Red+Green+Blue) = 73+254+183=510 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.31% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FEB7 is #B60148. Grayscale: #BFBFBF. Windows color (decimal): -11927881 or 12058185. OLE color: 12058185.

HSL color Cylindrical-coordinate representation of color #49FEB7: hue angle of 156.46º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FEB7 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 254 183 -
CMYK 0.71 0 0.28 0.00
HSL 156.46º 0.99% 0.64% -
HSV(B) 156.46º 0.71% 1% -
XYZ 46.74 75.72 56.95 -
YUV 191.79 123.03 43.27 -
System Red Green Blue C M Y K H S L
Decimal 73 254 183 0.71 0 0.28 0.00 156.46 0.99 0.64
Hex 49 FE B7 47 0 1C 0 9C 63 40
Octal 111 376 267 107 0 34 0 234 143 100
Binary 1001001 11111110 10110111 1000111 0 11100 0 10011100 1100011 1000000

Color Harmonies of #49FEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FEB7

Black with #49FEB7

Text Example


Text Example

White with #49FEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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