Html Css Color HEX #49DAC8 Medium Turquoise

📋 copy color: '#49DAC8'

red 73 ◦ green 218 ◦ blue 200

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

Shades of Medium Turquoise #49DAC8

Tints of Medium Turquoise #49DAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.73%

R = 14.87%
G = 44.4%
B = 40.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#49DAC8 (or 0x49DAC8) is known color: Medium Turquoise. HEX triplet: 49, DA and C8. RGB value is (73,218,200). Sum of RGB (Red+Green+Blue) = 73+218+200=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #49DAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DAC8 is #B62537. Grayscale: #ACACAC. Windows color (decimal): -11937080 or 13163081. OLE color: 13163081.

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

Color convert

RGB 73 218 200 -
CMYK 0.67 0 0.08 0.15
HSL 172.55º 0.66% 0.57% -
HSV(B) 172.55º 0.67% 0.85% -
XYZ 38.24 55.73 63.38 -
YUV 172.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 73 218 200 0.67 0 0.08 0.15 172.55 0.66 0.57
Hex 49 DA C8 43 0 8 F AD 42 39
Octal 111 332 310 103 0 10 17 255 102 71
Binary 1001001 11011010 11001000 1000011 0 1000 1111 10101101 1000010 111001

Color Harmonies of #49DAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DAC8

Black with #49DAC8

Text Example


Text Example

White with #49DAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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