Html Css Color HEX #49ECBD Turquoise

📋 copy color: '#49ECBD'

red 73 ◦ green 236 ◦ blue 189

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

Shades of Turquoise #49ECBD

Tints of Turquoise #49ECBD

RGB

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

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

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

R = 14.66%
G = 47.39%
B = 37.95%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#49ECBD (or 0x49ECBD) is known color: Turquoise. HEX triplet: 49, EC and BD. RGB value is (73,236,189). Sum of RGB (Red+Green+Blue) = 73+236+189=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECBD is #B61342. Grayscale: #B5B5B5. Windows color (decimal): -11932483 or 12446793. OLE color: 12446793.

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

Color convert

RGB 73 236 189 -
CMYK 0.69 0 0.20 0.07
HSL 162.7º 0.81% 0.61% -
HSV(B) 162.7º 0.69% 0.93% -
XYZ 41.93 65.08 58.5 -
YUV 181.91 132 50.32 -
System Red Green Blue C M Y K H S L
Decimal 73 236 189 0.69 0 0.20 0.07 162.7 0.81 0.61
Hex 49 EC BD 45 0 14 7 A3 51 3D
Octal 111 354 275 105 0 24 7 243 121 75
Binary 1001001 11101100 10111101 1000101 0 10100 111 10100011 1010001 111101

Color Harmonies of #49ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ECBD

Black with #49ECBD

Text Example


Text Example

White with #49ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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