Html Css Color HEX #49EBC0 Turquoise

📋 copy color: '#49EBC0'

red 73 ◦ green 235 ◦ blue 192

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

Shades of Turquoise #49EBC0

Tints of Turquoise #49EBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47%

 BLUE value IS 192 (75.39% from 255) = 38.4%

R = 14.6%
G = 47%
B = 38.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#49EBC0 (or 0x49EBC0) is known color: Turquoise. HEX triplet: 49, EB and C0. RGB value is (73,235,192). Sum of RGB (Red+Green+Blue) = 73+235+192=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBC0 is #B6143F. Grayscale: #B5B5B5. Windows color (decimal): -11932736 or 12643145. OLE color: 12643145.

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

Color convert

RGB 73 235 192 -
CMYK 0.69 0 0.18 0.08
HSL 164.07º 0.8% 0.6% -
HSV(B) 164.07º 0.69% 0.92% -
XYZ 41.97 64.64 60.13 -
YUV 181.66 133.83 50.5 -
System Red Green Blue C M Y K H S L
Decimal 73 235 192 0.69 0 0.18 0.08 164.07 0.8 0.6
Hex 49 EB C0 45 0 12 8 A4 50 3C
Octal 111 353 300 105 0 22 10 244 120 74
Binary 1001001 11101011 11000000 1000101 0 10010 1000 10100100 1010000 111100

Color Harmonies of #49EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EBC0

Black with #49EBC0

Text Example


Text Example

White with #49EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,235,192); }

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

background-color css

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

 a { background-color: rgb(73,235,192); }

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

border-color css

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

 span { border-color: rgb(73,235,192); }

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