Html Css Color HEX #49DCB5 Turquoise

📋 copy color: '#49DCB5'

red 73 ◦ green 220 ◦ blue 181

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

Shades of Turquoise #49DCB5

Tints of Turquoise #49DCB5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.41%

 BLUE value IS 181 (71.09% from 255) = 38.19%

R = 15.4%
G = 46.41%
B = 38.19%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#49DCB5 (or 0x49DCB5) is known color: Turquoise. HEX triplet: 49, DC and B5. RGB value is (73,220,181). Sum of RGB (Red+Green+Blue) = 73+220+181=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCB5 is #B6234A. Grayscale: #ABABAB. Windows color (decimal): -11936587 or 11918409. OLE color: 11918409.

HSL color Cylindrical-coordinate representation of color #49DCB5: hue angle of 164.08º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DCB5 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 181 -
CMYK 0.67 0 0.18 0.14
HSL 164.08º 0.68% 0.57% -
HSV(B) 164.08º 0.67% 0.86% -
XYZ 36.68 55.94 52.58 -
YUV 171.6 133.3 57.67 -
System Red Green Blue C M Y K H S L
Decimal 73 220 181 0.67 0 0.18 0.14 164.08 0.68 0.57
Hex 49 DC B5 43 0 12 E A4 44 39
Octal 111 334 265 103 0 22 16 244 104 71
Binary 1001001 11011100 10110101 1000011 0 10010 1110 10100100 1000100 111001

Color Harmonies of #49DCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCB5

Black with #49DCB5

Text Example


Text Example

White with #49DCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,220,181); }

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

background-color css

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

 a { background-color: rgb(73,220,181); }

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

border-color css

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

 span { border-color: rgb(73,220,181); }

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