Html Css Color HEX #49DACA Medium Turquoise

📋 copy color: '#49DACA'

red 73 ◦ green 218 ◦ blue 202

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

Shades of Medium Turquoise #49DACA

Tints of Medium Turquoise #49DACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 14.81%
G = 44.22%
B = 40.97%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#49DACA (or 0x49DACA) is known color: Medium Turquoise. HEX triplet: 49, DA and CA. RGB value is (73,218,202). Sum of RGB (Red+Green+Blue) = 73+218+202=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #49DACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DACA is #B62535. Grayscale: #ACACAC. Windows color (decimal): -11937078 or 13294153. OLE color: 13294153.

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

Color convert

RGB 73 218 202 -
CMYK 0.67 0 0.07 0.15
HSL 173.38º 0.66% 0.57% -
HSV(B) 173.38º 0.67% 0.85% -
XYZ 38.48 55.82 64.62 -
YUV 172.82 144.46 56.8 -
System Red Green Blue C M Y K H S L
Decimal 73 218 202 0.67 0 0.07 0.15 173.38 0.66 0.57
Hex 49 DA CA 43 0 7 F AD 42 39
Octal 111 332 312 103 0 7 17 255 102 71
Binary 1001001 11011010 11001010 1000011 0 111 1111 10101101 1000010 111001

Color Harmonies of #49DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DACA

Black with #49DACA

Text Example


Text Example

White with #49DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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