Html Css Color HEX #49DACC Medium Turquoise

📋 copy color: '#49DACC'

red 73 ◦ green 218 ◦ blue 204

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

Shades of Medium Turquoise #49DACC

Tints of Medium Turquoise #49DACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 14.75%
G = 44.04%
B = 41.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#49DACC (or 0x49DACC) is known color: Medium Turquoise. HEX triplet: 49, DA and CC. RGB value is (73,218,204). Sum of RGB (Red+Green+Blue) = 73+218+204=495 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.75% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #49DACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DACC is #B62533. Grayscale: #ACACAC. Windows color (decimal): -11937076 or 13425225. OLE color: 13425225.

HSL color Cylindrical-coordinate representation of color #49DACC: hue angle of 174.21º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DACC is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 218 204 -
CMYK 0.67 0 0.06 0.15
HSL 174.21º 0.66% 0.57% -
HSV(B) 174.21º 0.67% 0.85% -
XYZ 38.72 55.92 65.88 -
YUV 173.05 145.46 56.64 -
System Red Green Blue C M Y K H S L
Decimal 73 218 204 0.67 0 0.06 0.15 174.21 0.66 0.57
Hex 49 DA CC 43 0 6 F AE 42 39
Octal 111 332 314 103 0 6 17 256 102 71
Binary 1001001 11011010 11001100 1000011 0 110 1111 10101110 1000010 111001

Color Harmonies of #49DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DACC

Black with #49DACC

Text Example


Text Example

White with #49DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,218,204); }

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

background-color css

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

 a { background-color: rgb(73,218,204); }

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

border-color css

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

 span { border-color: rgb(73,218,204); }

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