Html Css Color HEX #49EBC6 Turquoise

📋 copy color: '#49EBC6'

red 73 ◦ green 235 ◦ blue 198

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

Shades of Turquoise #49EBC6

Tints of Turquoise #49EBC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.13%

R = 14.43%
G = 46.44%
B = 39.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#49EBC6 (or 0x49EBC6) is known color: Turquoise. HEX triplet: 49, EB and C6. RGB value is (73,235,198). Sum of RGB (Red+Green+Blue) = 73+235+198=506 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.43% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBC6 is #B61439. Grayscale: #B6B6B6. Windows color (decimal): -11932730 or 13036361. OLE color: 13036361.

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

Color convert

RGB 73 235 198 -
CMYK 0.69 0 0.16 0.08
HSL 166.3º 0.8% 0.6% -
HSV(B) 166.3º 0.69% 0.92% -
XYZ 42.65 64.91 63.71 -
YUV 182.34 136.83 50.01 -
System Red Green Blue C M Y K H S L
Decimal 73 235 198 0.69 0 0.16 0.08 166.3 0.8 0.6
Hex 49 EB C6 45 0 10 8 A6 50 3C
Octal 111 353 306 105 0 20 10 246 120 74
Binary 1001001 11101011 11000110 1000101 0 10000 1000 10100110 1010000 111100

Color Harmonies of #49EBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EBC6

Black with #49EBC6

Text Example


Text Example

White with #49EBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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