Html Css Color HEX #49EBC3 Turquoise

📋 copy color: '#49EBC3'

red 73 ◦ green 235 ◦ blue 195

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

Shades of Turquoise #49EBC3

Tints of Turquoise #49EBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.77%

R = 14.51%
G = 46.72%
B = 38.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#49EBC3 (or 0x49EBC3) is known color: Turquoise. HEX triplet: 49, EB and C3. RGB value is (73,235,195). Sum of RGB (Red+Green+Blue) = 73+235+195=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 235 (92.19% from 255 or 46.72% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBC3 is #B6143C. Grayscale: #B6B6B6. Windows color (decimal): -11932733 or 12839753. OLE color: 12839753.

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

Color convert

RGB 73 235 195 -
CMYK 0.69 0 0.17 0.08
HSL 165.19º 0.8% 0.6% -
HSV(B) 165.19º 0.69% 0.92% -
XYZ 42.31 64.77 61.9 -
YUV 182 135.33 50.25 -
System Red Green Blue C M Y K H S L
Decimal 73 235 195 0.69 0 0.17 0.08 165.19 0.8 0.6
Hex 49 EB C3 45 0 11 8 A5 50 3C
Octal 111 353 303 105 0 21 10 245 120 74
Binary 1001001 11101011 11000011 1000101 0 10001 1000 10100101 1010000 111100

Color Harmonies of #49EBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EBC3

Black with #49EBC3

Text Example


Text Example

White with #49EBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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