Html Css Color HEX #49DDBB Turquoise

📋 copy color: '#49DDBB'

red 73 ◦ green 221 ◦ blue 187

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

Shades of Turquoise #49DDBB

Tints of Turquoise #49DDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.88%

R = 15.18%
G = 45.95%
B = 38.88%

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

#49DDBB (or 0x49DDBB) is known color: Turquoise. HEX triplet: 49, DD and BB. RGB value is (73,221,187). Sum of RGB (Red+Green+Blue) = 73+221+187=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDBB is #B62244. Grayscale: #ACACAC. Windows color (decimal): -11936325 or 12311881. OLE color: 12311881.

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

Color convert

RGB 73 221 187 -
CMYK 0.67 0 0.15 0.13
HSL 166.22º 0.69% 0.58% -
HSV(B) 166.22º 0.67% 0.87% -
XYZ 37.57 56.72 55.98 -
YUV 172.87 135.97 56.76 -
System Red Green Blue C M Y K H S L
Decimal 73 221 187 0.67 0 0.15 0.13 166.22 0.69 0.58
Hex 49 DD BB 43 0 F D A6 45 3A
Octal 111 335 273 103 0 17 15 246 105 72
Binary 1001001 11011101 10111011 1000011 0 1111 1101 10100110 1000101 111010

Color Harmonies of #49DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DDBB

Black with #49DDBB

Text Example


Text Example

White with #49DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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