Html Css Color HEX #49BFC1 Medium Turquoise

📋 copy color: '#49BFC1'

red 73 ◦ green 191 ◦ blue 193

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

Shades of Medium Turquoise #49BFC1

Tints of Medium Turquoise #49BFC1

RGB

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

 GREEN value IS 191 (75% from 255) = 41.79%

 BLUE value IS 193 (75.78% from 255) = 42.23%

R = 15.97%
G = 41.79%
B = 42.23%

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

#49BFC1 (or 0x49BFC1) is known color: Medium Turquoise. HEX triplet: 49, BF and C1. RGB value is (73,191,193). Sum of RGB (Red+Green+Blue) = 73+191+193=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #49BFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFC1 is #B6403E. Grayscale: #9B9B9B. Windows color (decimal): -11943999 or 12697417. OLE color: 12697417.

HSL color Cylindrical-coordinate representation of color #49BFC1: hue angle of 181º degrees, saturation: 0.49, 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 #49BFC1 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 191 193 -
CMYK 0.62 0.01 0 0.24
HSL 181º 0.49% 0.52% -
HSV(B) 181º 0.62% 0.76% -
XYZ 31 42.53 57.03 -
YUV 155.95 148.91 68.84 -
System Red Green Blue C M Y K H S L
Decimal 73 191 193 0.62 0.01 0 0.24 181 0.49 0.52
Hex 49 BF C1 3E 1 0 18 B5 31 34
Octal 111 277 301 76 1 0 30 265 61 64
Binary 1001001 10111111 11000001 111110 1 0 11000 10110101 110001 110100

Color Harmonies of #49BFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BFC1

Black with #49BFC1

Text Example


Text Example

White with #49BFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,191,193); }

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

background-color css

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

 a { background-color: rgb(73,191,193); }

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

border-color css

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

 span { border-color: rgb(73,191,193); }

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