Html Css Color HEX #49DACE Medium Turquoise

📋 copy color: '#49DACE'

red 73 ◦ green 218 ◦ blue 206

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

Shades of Medium Turquoise #49DACE

Tints of Medium Turquoise #49DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 14.69%
G = 43.86%
B = 41.45%

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

#49DACE (or 0x49DACE) is known color: Medium Turquoise. HEX triplet: 49, DA and CE. RGB value is (73,218,206). Sum of RGB (Red+Green+Blue) = 73+218+206=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #49DACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DACE is #B62531. Grayscale: #ADADAD. Windows color (decimal): -11937074 or 13556297. OLE color: 13556297.

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

Color convert

RGB 73 218 206 -
CMYK 0.67 0 0.06 0.15
HSL 175.03º 0.66% 0.57% -
HSV(B) 175.03º 0.67% 0.85% -
XYZ 38.96 56.02 67.15 -
YUV 173.28 146.46 56.48 -
System Red Green Blue C M Y K H S L
Decimal 73 218 206 0.67 0 0.06 0.15 175.03 0.66 0.57
Hex 49 DA CE 43 0 6 F AF 42 39
Octal 111 332 316 103 0 6 17 257 102 71
Binary 1001001 11011010 11001110 1000011 0 110 1111 10101111 1000010 111001

Color Harmonies of #49DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DACE

Black with #49DACE

Text Example


Text Example

White with #49DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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