Html Css Color HEX #49CEBF Medium Turquoise

📋 copy color: '#49CEBF'

red 73 ◦ green 206 ◦ blue 191

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

Shades of Medium Turquoise #49CEBF

Tints of Medium Turquoise #49CEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.83%

 BLUE value IS 191 (75% from 255) = 40.64%

R = 15.53%
G = 43.83%
B = 40.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#49CEBF (or 0x49CEBF) is known color: Medium Turquoise. HEX triplet: 49, CE and BF. RGB value is (73,206,191). Sum of RGB (Red+Green+Blue) = 73+206+191=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEBF is #B63140. Grayscale: #A4A4A4. Windows color (decimal): -11940161 or 12570185. OLE color: 12570185.

HSL color Cylindrical-coordinate representation of color #49CEBF: hue angle of 173.23º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CEBF is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 206 191 -
CMYK 0.65 0 0.07 0.19
HSL 173.23º 0.58% 0.55% -
HSV(B) 173.23º 0.65% 0.81% -
XYZ 34.22 49.32 57.01 -
YUV 164.52 142.94 62.72 -
System Red Green Blue C M Y K H S L
Decimal 73 206 191 0.65 0 0.07 0.19 173.23 0.58 0.55
Hex 49 CE BF 41 0 7 13 AD 3A 37
Octal 111 316 277 101 0 7 23 255 72 67
Binary 1001001 11001110 10111111 1000001 0 111 10011 10101101 111010 110111

Color Harmonies of #49CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CEBF

Black with #49CEBF

Text Example


Text Example

White with #49CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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