Html Css Color HEX #49DFB9 Turquoise

📋 copy color: '#49DFB9'

red 73 ◦ green 223 ◦ blue 185

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

Shades of Turquoise #49DFB9

Tints of Turquoise #49DFB9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.36%

 BLUE value IS 185 (72.66% from 255) = 38.46%

R = 15.18%
G = 46.36%
B = 38.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#49DFB9 (or 0x49DFB9) is known color: Turquoise. HEX triplet: 49, DF and B9. RGB value is (73,223,185). Sum of RGB (Red+Green+Blue) = 73+223+185=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFB9 is #B62046. Grayscale: #ADADAD. Windows color (decimal): -11935815 or 12181321. OLE color: 12181321.

HSL color Cylindrical-coordinate representation of color #49DFB9: hue angle of 164.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DFB9 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 223 185 -
CMYK 0.67 0 0.17 0.13
HSL 164.8º 0.7% 0.58% -
HSV(B) 164.8º 0.67% 0.87% -
XYZ 37.89 57.69 55.04 -
YUV 173.82 134.31 56.09 -
System Red Green Blue C M Y K H S L
Decimal 73 223 185 0.67 0 0.17 0.13 164.8 0.7 0.58
Hex 49 DF B9 43 0 11 D A5 46 3A
Octal 111 337 271 103 0 21 15 245 106 72
Binary 1001001 11011111 10111001 1000011 0 10001 1101 10100101 1000110 111010

Color Harmonies of #49DFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFB9

Black with #49DFB9

Text Example


Text Example

White with #49DFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,223,185); }

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

background-color css

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

 a { background-color: rgb(73,223,185); }

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

border-color css

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

 span { border-color: rgb(73,223,185); }

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