Html Css Color HEX #49ECB7 Turquoise

📋 copy color: '#49ECB7'

red 73 ◦ green 236 ◦ blue 183

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

Shades of Turquoise #49ECB7

Tints of Turquoise #49ECB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.2%

R = 14.84%
G = 47.97%
B = 37.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#49ECB7 (or 0x49ECB7) is known color: Turquoise. HEX triplet: 49, EC and B7. RGB value is (73,236,183). Sum of RGB (Red+Green+Blue) = 73+236+183=492 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.84% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECB7 is #B61348. Grayscale: #B5B5B5. Windows color (decimal): -11932489 or 12053577. OLE color: 12053577.

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

Color convert

RGB 73 236 183 -
CMYK 0.69 0 0.22 0.07
HSL 160.49º 0.81% 0.61% -
HSV(B) 160.49º 0.69% 0.93% -
XYZ 41.29 64.83 55.14 -
YUV 181.22 129 50.81 -
System Red Green Blue C M Y K H S L
Decimal 73 236 183 0.69 0 0.22 0.07 160.49 0.81 0.61
Hex 49 EC B7 45 0 16 7 A0 51 3D
Octal 111 354 267 105 0 26 7 240 121 75
Binary 1001001 11101100 10110111 1000101 0 10110 111 10100000 1010001 111101

Color Harmonies of #49ECB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ECB7

Black with #49ECB7

Text Example


Text Example

White with #49ECB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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