Html Css Color HEX #49EABB Turquoise

📋 copy color: '#49EABB'

red 73 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #49EABB

Tints of Turquoise #49EABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 14.78%
G = 47.37%
B = 37.85%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#49EABB (or 0x49EABB) is known color: Turquoise. HEX triplet: 49, EA and BB. RGB value is (73,234,187). Sum of RGB (Red+Green+Blue) = 73+234+187=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #49EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EABB is #B61544. Grayscale: #B4B4B4. Windows color (decimal): -11932997 or 12315209. OLE color: 12315209.

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

Color convert

RGB 73 234 187 -
CMYK 0.69 0 0.20 0.08
HSL 162.48º 0.79% 0.6% -
HSV(B) 162.48º 0.69% 0.92% -
XYZ 41.14 63.85 57.17 -
YUV 180.5 131.66 51.32 -
System Red Green Blue C M Y K H S L
Decimal 73 234 187 0.69 0 0.20 0.08 162.48 0.79 0.6
Hex 49 EA BB 45 0 14 8 A2 4F 3C
Octal 111 352 273 105 0 24 10 242 117 74
Binary 1001001 11101010 10111011 1000101 0 10100 1000 10100010 1001111 111100

Color Harmonies of #49EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EABB

Black with #49EABB

Text Example


Text Example

White with #49EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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