Html Css Color HEX #49EABD Turquoise

📋 copy color: '#49EABD'

red 73 ◦ green 234 ◦ blue 189

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

Shades of Turquoise #49EABD

Tints of Turquoise #49EABD

RGB

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

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

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

R = 14.72%
G = 47.18%
B = 38.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#49EABD (or 0x49EABD) is known color: Turquoise. HEX triplet: 49, EA and BD. RGB value is (73,234,189). Sum of RGB (Red+Green+Blue) = 73+234+189=496 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.72% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #49EABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EABD is #B61542. Grayscale: #B4B4B4. Windows color (decimal): -11932995 or 12446281. OLE color: 12446281.

HSL color Cylindrical-coordinate representation of color #49EABD: hue angle of 163.23º 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 #49EABD is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 234 189 -
CMYK 0.69 0 0.19 0.08
HSL 163.23º 0.79% 0.6% -
HSV(B) 163.23º 0.69% 0.92% -
XYZ 41.36 63.94 58.31 -
YUV 180.73 132.66 51.16 -
System Red Green Blue C M Y K H S L
Decimal 73 234 189 0.69 0 0.19 0.08 163.23 0.79 0.6
Hex 49 EA BD 45 0 13 8 A3 4F 3C
Octal 111 352 275 105 0 23 10 243 117 74
Binary 1001001 11101010 10111101 1000101 0 10011 1000 10100011 1001111 111100

Color Harmonies of #49EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EABD

Black with #49EABD

Text Example


Text Example

White with #49EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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