Html Css Color HEX #49DDC0 Turquoise

📋 copy color: '#49DDC0'

red 73 ◦ green 221 ◦ blue 192

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

Shades of Turquoise #49DDC0

Tints of Turquoise #49DDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.51%

R = 15.02%
G = 45.47%
B = 39.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#49DDC0 (or 0x49DDC0) is known color: Turquoise. HEX triplet: 49, DD and C0. RGB value is (73,221,192). Sum of RGB (Red+Green+Blue) = 73+221+192=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DDC0 is #B6223F. Grayscale: #ADADAD. Windows color (decimal): -11936320 or 12639561. OLE color: 12639561.

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

Color convert

RGB 73 221 192 -
CMYK 0.67 0 0.13 0.13
HSL 168.24º 0.69% 0.58% -
HSV(B) 168.24º 0.67% 0.87% -
XYZ 38.12 56.94 58.85 -
YUV 173.44 138.47 56.36 -
System Red Green Blue C M Y K H S L
Decimal 73 221 192 0.67 0 0.13 0.13 168.24 0.69 0.58
Hex 49 DD C0 43 0 D D A8 45 3A
Octal 111 335 300 103 0 15 15 250 105 72
Binary 1001001 11011101 11000000 1000011 0 1101 1101 10101000 1000101 111010

Color Harmonies of #49DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DDC0

Black with #49DDC0

Text Example


Text Example

White with #49DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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