Html Css Color HEX #49DDBF Turquoise

📋 copy color: '#49DDBF'

red 73 ◦ green 221 ◦ blue 191

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

Shades of Turquoise #49DDBF

Tints of Turquoise #49DDBF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.57%

 BLUE value IS 191 (75% from 255) = 39.38%

R = 15.05%
G = 45.57%
B = 39.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#49DDBF (or 0x49DDBF) is known color: Turquoise. HEX triplet: 49, DD and BF. RGB value is (73,221,191). Sum of RGB (Red+Green+Blue) = 73+221+191=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDBF is #B62240. Grayscale: #ADADAD. Windows color (decimal): -11936321 or 12574025. OLE color: 12574025.

HSL color Cylindrical-coordinate representation of color #49DDBF: hue angle of 167.84º degrees, saturation: 0.69, 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 #49DDBF is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 221 191 -
CMYK 0.67 0 0.14 0.13
HSL 167.84º 0.69% 0.58% -
HSV(B) 167.84º 0.67% 0.87% -
XYZ 38.01 56.89 58.27 -
YUV 173.33 137.97 56.44 -
System Red Green Blue C M Y K H S L
Decimal 73 221 191 0.67 0 0.14 0.13 167.84 0.69 0.58
Hex 49 DD BF 43 0 E D A8 45 3A
Octal 111 335 277 103 0 16 15 250 105 72
Binary 1001001 11011101 10111111 1000011 0 1110 1101 10101000 1000101 111010

Color Harmonies of #49DDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DDBF

Black with #49DDBF

Text Example


Text Example

White with #49DDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,221,191); }

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

background-color css

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

 a { background-color: rgb(73,221,191); }

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

border-color css

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

 span { border-color: rgb(73,221,191); }

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