Html Css Color HEX #49CAB7 Medium Turquoise

📋 copy color: '#49CAB7'

red 73 ◦ green 202 ◦ blue 183

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

Shades of Medium Turquoise #49CAB7

Tints of Medium Turquoise #49CAB7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.1%

 BLUE value IS 183 (71.88% from 255) = 39.96%

R = 15.94%
G = 44.1%
B = 39.96%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#49CAB7 (or 0x49CAB7) is known color: Medium Turquoise. HEX triplet: 49, CA and B7. RGB value is (73,202,183). Sum of RGB (Red+Green+Blue) = 73+202+183=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #49CAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CAB7 is #B63548. Grayscale: #A1A1A1. Windows color (decimal): -11941193 or 12044873. OLE color: 12044873.

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

Color convert

RGB 73 202 183 -
CMYK 0.64 0 0.09 0.21
HSL 171.16º 0.55% 0.54% -
HSV(B) 171.16º 0.64% 0.79% -
XYZ 32.42 47.08 52.18 -
YUV 161.26 140.26 65.04 -
System Red Green Blue C M Y K H S L
Decimal 73 202 183 0.64 0 0.09 0.21 171.16 0.55 0.54
Hex 49 CA B7 40 0 9 15 AB 37 36
Octal 111 312 267 100 0 11 25 253 67 66
Binary 1001001 11001010 10110111 1000000 0 1001 10101 10101011 110111 110110

Color Harmonies of #49CAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CAB7

Black with #49CAB7

Text Example


Text Example

White with #49CAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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