Html Css Color HEX #49C0C2 Medium Turquoise

📋 copy color: '#49C0C2'

red 73 ◦ green 192 ◦ blue 194

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

Shades of Medium Turquoise #49C0C2

Tints of Medium Turquoise #49C0C2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.83%

 BLUE value IS 194 (76.17% from 255) = 42.27%

R = 15.9%
G = 41.83%
B = 42.27%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#49C0C2 (or 0x49C0C2) is known color: Medium Turquoise. HEX triplet: 49, C0 and C2. RGB value is (73,192,194). Sum of RGB (Red+Green+Blue) = 73+192+194=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 194 - color contains mainly: blue. Hex color #49C0C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C0C2 is #B63F3D. Grayscale: #9C9C9C. Windows color (decimal): -11943742 or 12763209. OLE color: 12763209.

HSL color Cylindrical-coordinate representation of color #49C0C2: hue angle of 180.99º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C0C2 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 192 194 -
CMYK 0.62 0.01 0 0.24
HSL 180.99º 0.5% 0.52% -
HSV(B) 180.99º 0.62% 0.76% -
XYZ 31.33 43.01 57.69 -
YUV 156.65 149.08 68.34 -
System Red Green Blue C M Y K H S L
Decimal 73 192 194 0.62 0.01 0 0.24 180.99 0.5 0.52
Hex 49 C0 C2 3E 1 0 18 B5 32 34
Octal 111 300 302 76 1 0 30 265 62 64
Binary 1001001 11000000 11000010 111110 1 0 11000 10110101 110010 110100

Color Harmonies of #49C0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C0C2

Black with #49C0C2

Text Example


Text Example

White with #49C0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,192,194); }

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

background-color css

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

 a { background-color: rgb(73,192,194); }

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

border-color css

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

 span { border-color: rgb(73,192,194); }

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