Html Css Color HEX #49DFBE Turquoise

📋 copy color: '#49DFBE'

red 73 ◦ green 223 ◦ blue 190

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

Shades of Turquoise #49DFBE

Tints of Turquoise #49DFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.09%

R = 15.02%
G = 45.88%
B = 39.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#49DFBE (or 0x49DFBE) is known color: Turquoise. HEX triplet: 49, DF and BE. RGB value is (73,223,190). Sum of RGB (Red+Green+Blue) = 73+223+190=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #49DFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DFBE is #B62041. Grayscale: #AEAEAE. Windows color (decimal): -11935810 or 12509001. OLE color: 12509001.

HSL color Cylindrical-coordinate representation of color #49DFBE: hue angle of 166.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 #49DFBE is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 223 190 -
CMYK 0.67 0 0.15 0.13
HSL 166.8º 0.7% 0.58% -
HSV(B) 166.8º 0.67% 0.87% -
XYZ 38.43 57.91 57.87 -
YUV 174.39 136.81 55.68 -
System Red Green Blue C M Y K H S L
Decimal 73 223 190 0.67 0 0.15 0.13 166.8 0.7 0.58
Hex 49 DF BE 43 0 F D A7 46 3A
Octal 111 337 276 103 0 17 15 247 106 72
Binary 1001001 11011111 10111110 1000011 0 1111 1101 10100111 1000110 111010

Color Harmonies of #49DFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFBE

Black with #49DFBE

Text Example


Text Example

White with #49DFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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