Html Css Color HEX #49EAB9 Turquoise

📋 copy color: '#49EAB9'

red 73 ◦ green 234 ◦ blue 185

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

Shades of Turquoise #49EAB9

Tints of Turquoise #49EAB9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.56%

 BLUE value IS 185 (72.66% from 255) = 37.6%

R = 14.84%
G = 47.56%
B = 37.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#49EAB9 (or 0x49EAB9) is known color: Turquoise. HEX triplet: 49, EA and B9. RGB value is (73,234,185). Sum of RGB (Red+Green+Blue) = 73+234+185=492 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.84% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #49EAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EAB9 is #B61546. Grayscale: #B4B4B4. Windows color (decimal): -11932999 or 12184137. OLE color: 12184137.

HSL color Cylindrical-coordinate representation of color #49EAB9: hue angle of 161.74º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EAB9 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 234 185 -
CMYK 0.69 0 0.21 0.08
HSL 161.74º 0.79% 0.6% -
HSV(B) 161.74º 0.69% 0.92% -
XYZ 40.93 63.76 56.05 -
YUV 180.28 130.66 51.48 -
System Red Green Blue C M Y K H S L
Decimal 73 234 185 0.69 0 0.21 0.08 161.74 0.79 0.6
Hex 49 EA B9 45 0 15 8 A2 4F 3C
Octal 111 352 271 105 0 25 10 242 117 74
Binary 1001001 11101010 10111001 1000101 0 10101 1000 10100010 1001111 111100

Color Harmonies of #49EAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EAB9

Black with #49EAB9

Text Example


Text Example

White with #49EAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,234,185); }

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

background-color css

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

 a { background-color: rgb(73,234,185); }

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

border-color css

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

 span { border-color: rgb(73,234,185); }

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