Html Css Color HEX #49E1C2 Turquoise

📋 copy color: '#49E1C2'

red 73 ◦ green 225 ◦ blue 194

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

Shades of Turquoise #49E1C2

Tints of Turquoise #49E1C2

RGB

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

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

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

R = 14.84%
G = 45.73%
B = 39.43%

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

#49E1C2 (or 0x49E1C2) is known color: Turquoise. HEX triplet: 49, E1 and C2. RGB value is (73,225,194). Sum of RGB (Red+Green+Blue) = 73+225+194=492 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.84% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #49E1C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E1C2 is #B61E3D. Grayscale: #AFAFAF. Windows color (decimal): -11935294 or 12771657. OLE color: 12771657.

HSL color Cylindrical-coordinate representation of color #49E1C2: hue angle of 167.76º 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 #49E1C2 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 73 225 194 -
CMYK 0.68 0 0.14 0.12
HSL 167.76º 0.72% 0.58% -
HSV(B) 167.76º 0.68% 0.88% -
XYZ 39.41 59.16 60.38 -
YUV 176.02 138.14 54.52 -
System Red Green Blue C M Y K H S L
Decimal 73 225 194 0.68 0 0.14 0.12 167.76 0.72 0.58
Hex 49 E1 C2 44 0 E C A8 48 3A
Octal 111 341 302 104 0 16 14 250 110 72
Binary 1001001 11100001 11000010 1000100 0 1110 1100 10101000 1001000 111010

Color Harmonies of #49E1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E1C2

Black with #49E1C2

Text Example


Text Example

White with #49E1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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