Html Css Color HEX #49ECB6 Turquoise

📋 copy color: '#49ECB6'

red 73 ◦ green 236 ◦ blue 182

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

Shades of Turquoise #49ECB6

Tints of Turquoise #49ECB6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.07%

 BLUE value IS 182 (71.48% from 255) = 37.07%

R = 14.87%
G = 48.07%
B = 37.07%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#49ECB6 (or 0x49ECB6) is known color: Turquoise. HEX triplet: 49, EC and B6. RGB value is (73,236,182). Sum of RGB (Red+Green+Blue) = 73+236+182=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECB6 is #B61349. Grayscale: #B5B5B5. Windows color (decimal): -11932490 or 11988041. OLE color: 11988041.

HSL color Cylindrical-coordinate representation of color #49ECB6: hue angle of 160.12º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ECB6 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 236 182 -
CMYK 0.69 0 0.23 0.07
HSL 160.12º 0.81% 0.61% -
HSV(B) 160.12º 0.69% 0.93% -
XYZ 41.19 64.78 54.59 -
YUV 181.11 128.5 50.89 -
System Red Green Blue C M Y K H S L
Decimal 73 236 182 0.69 0 0.23 0.07 160.12 0.81 0.61
Hex 49 EC B6 45 0 17 7 A0 51 3D
Octal 111 354 266 105 0 27 7 240 121 75
Binary 1001001 11101100 10110110 1000101 0 10111 111 10100000 1010001 111101

Color Harmonies of #49ECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ECB6

Black with #49ECB6

Text Example


Text Example

White with #49ECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,236,182); }

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

background-color css

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

 a { background-color: rgb(73,236,182); }

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

border-color css

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

 span { border-color: rgb(73,236,182); }

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