Html Css Color HEX #49E1C1 Turquoise

📋 copy color: '#49E1C1'

red 73 ◦ green 225 ◦ blue 193

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

Shades of Turquoise #49E1C1

Tints of Turquoise #49E1C1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.82%

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

R = 14.87%
G = 45.82%
B = 39.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#49E1C1 (or 0x49E1C1) is known color: Turquoise. HEX triplet: 49, E1 and C1. RGB value is (73,225,193). Sum of RGB (Red+Green+Blue) = 73+225+193=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #49E1C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E1C1 is #B61E3E. Grayscale: #AFAFAF. Windows color (decimal): -11935295 or 12706121. OLE color: 12706121.

HSL color Cylindrical-coordinate representation of color #49E1C1: hue angle of 167.37º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E1C1 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 225 193 -
CMYK 0.68 0 0.14 0.12
HSL 167.37º 0.72% 0.58% -
HSV(B) 167.37º 0.68% 0.88% -
XYZ 39.3 59.12 59.79 -
YUV 175.9 137.64 54.6 -
System Red Green Blue C M Y K H S L
Decimal 73 225 193 0.68 0 0.14 0.12 167.37 0.72 0.58
Hex 49 E1 C1 44 0 E C A7 48 3A
Octal 111 341 301 104 0 16 14 247 110 72
Binary 1001001 11100001 11000001 1000100 0 1110 1100 10100111 1001000 111010

Color Harmonies of #49E1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E1C1

Black with #49E1C1

Text Example


Text Example

White with #49E1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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