Html Css Color HEX #49ECBB Turquoise

📋 copy color: '#49ECBB'

red 73 ◦ green 236 ◦ blue 187

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

Shades of Turquoise #49ECBB

Tints of Turquoise #49ECBB

RGB

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

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

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

R = 14.72%
G = 47.58%
B = 37.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#49ECBB (or 0x49ECBB) is known color: Turquoise. HEX triplet: 49, EC and BB. RGB value is (73,236,187). Sum of RGB (Red+Green+Blue) = 73+236+187=496 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.72% from 496); Green value is 236 (92.58% from 255 or 47.58% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECBB is #B61344. Grayscale: #B5B5B5. Windows color (decimal): -11932485 or 12315721. OLE color: 12315721.

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

Color convert

RGB 73 236 187 -
CMYK 0.69 0 0.21 0.07
HSL 161.96º 0.81% 0.61% -
HSV(B) 161.96º 0.69% 0.93% -
XYZ 41.71 65 57.36 -
YUV 181.68 131 50.48 -
System Red Green Blue C M Y K H S L
Decimal 73 236 187 0.69 0 0.21 0.07 161.96 0.81 0.61
Hex 49 EC BB 45 0 15 7 A2 51 3D
Octal 111 354 273 105 0 25 7 242 121 75
Binary 1001001 11101100 10111011 1000101 0 10101 111 10100010 1010001 111101

Color Harmonies of #49ECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ECBB

Black with #49ECBB

Text Example


Text Example

White with #49ECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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