Html Css Color HEX #49DDC5 Turquoise

📋 copy color: '#49DDC5'

red 73 ◦ green 221 ◦ blue 197

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

Shades of Turquoise #49DDC5

Tints of Turquoise #49DDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.12%

R = 14.87%
G = 45.01%
B = 40.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#49DDC5 (or 0x49DDC5) is known color: Turquoise. HEX triplet: 49, DD and C5. RGB value is (73,221,197). Sum of RGB (Red+Green+Blue) = 73+221+197=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDC5 is #B6223A. Grayscale: #ADADAD. Windows color (decimal): -11936315 or 12967241. OLE color: 12967241.

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

Color convert

RGB 73 221 197 -
CMYK 0.67 0 0.11 0.13
HSL 170.27º 0.69% 0.58% -
HSV(B) 170.27º 0.67% 0.87% -
XYZ 38.68 57.16 61.82 -
YUV 174.01 140.97 55.95 -
System Red Green Blue C M Y K H S L
Decimal 73 221 197 0.67 0 0.11 0.13 170.27 0.69 0.58
Hex 49 DD C5 43 0 B D AA 45 3A
Octal 111 335 305 103 0 13 15 252 105 72
Binary 1001001 11011101 11000101 1000011 0 1011 1101 10101010 1000101 111010

Color Harmonies of #49DDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DDC5

Black with #49DDC5

Text Example


Text Example

White with #49DDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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