Html Css Color HEX #49E1BD Turquoise

📋 copy color: '#49E1BD'

red 73 ◦ green 225 ◦ blue 189

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

Shades of Turquoise #49E1BD

Tints of Turquoise #49E1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.81%

R = 14.99%
G = 46.2%
B = 38.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#49E1BD (or 0x49E1BD) is known color: Turquoise. HEX triplet: 49, E1 and BD. RGB value is (73,225,189). Sum of RGB (Red+Green+Blue) = 73+225+189=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #49E1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49E1BD is #B61E42. Grayscale: #AFAFAF. Windows color (decimal): -11935299 or 12443977. OLE color: 12443977.

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

Color convert

RGB 73 225 189 -
CMYK 0.68 0 0.16 0.12
HSL 165.79º 0.72% 0.58% -
HSV(B) 165.79º 0.68% 0.88% -
XYZ 38.86 58.94 57.47 -
YUV 175.45 135.64 54.93 -
System Red Green Blue C M Y K H S L
Decimal 73 225 189 0.68 0 0.16 0.12 165.79 0.72 0.58
Hex 49 E1 BD 44 0 10 C A6 48 3A
Octal 111 341 275 104 0 20 14 246 110 72
Binary 1001001 11100001 10111101 1000100 0 10000 1100 10100110 1001000 111010

Color Harmonies of #49E1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E1BD

Black with #49E1BD

Text Example


Text Example

White with #49E1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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