Html Css Color HEX #49CDBA Medium Turquoise

📋 copy color: '#49CDBA'

red 73 ◦ green 205 ◦ blue 186

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

Shades of Medium Turquoise #49CDBA

Tints of Medium Turquoise #49CDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.18%

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 15.73%
G = 44.18%
B = 40.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#49CDBA (or 0x49CDBA) is known color: Medium Turquoise. HEX triplet: 49, CD and BA. RGB value is (73,205,186). Sum of RGB (Red+Green+Blue) = 73+205+186=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CDBA is #B63245. Grayscale: #A3A3A3. Windows color (decimal): -11940422 or 12242249. OLE color: 12242249.

HSL color Cylindrical-coordinate representation of color #49CDBA: hue angle of 171.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CDBA is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 205 186 -
CMYK 0.64 0 0.09 0.20
HSL 171.36º 0.57% 0.55% -
HSV(B) 171.36º 0.64% 0.8% -
XYZ 33.44 48.62 54.08 -
YUV 163.37 140.77 63.54 -
System Red Green Blue C M Y K H S L
Decimal 73 205 186 0.64 0 0.09 0.20 171.36 0.57 0.55
Hex 49 CD BA 40 0 9 14 AB 39 37
Octal 111 315 272 100 0 11 24 253 71 67
Binary 1001001 11001101 10111010 1000000 0 1001 10100 10101011 111001 110111

Color Harmonies of #49CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CDBA

Black with #49CDBA

Text Example


Text Example

White with #49CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,205,186); }

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

background-color css

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

 a { background-color: rgb(73,205,186); }

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

border-color css

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

 span { border-color: rgb(73,205,186); }

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