Html Css Color HEX #49EAC5 Turquoise

📋 copy color: '#49EAC5'

red 73 ◦ green 234 ◦ blue 197

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

Shades of Turquoise #49EAC5

Tints of Turquoise #49EAC5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.43%

 BLUE value IS 197 (77.34% from 255) = 39.09%

R = 14.48%
G = 46.43%
B = 39.09%

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

#49EAC5 (or 0x49EAC5) is known color: Turquoise. HEX triplet: 49, EA and C5. RGB value is (73,234,197). Sum of RGB (Red+Green+Blue) = 73+234+197=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #49EAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EAC5 is #B6153A. Grayscale: #B5B5B5. Windows color (decimal): -11932987 or 12970569. OLE color: 12970569.

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

Color convert

RGB 73 234 197 -
CMYK 0.69 0 0.16 0.08
HSL 166.21º 0.79% 0.6% -
HSV(B) 166.21º 0.69% 0.92% -
XYZ 42.25 64.29 63.01 -
YUV 181.64 136.66 50.51 -
System Red Green Blue C M Y K H S L
Decimal 73 234 197 0.69 0 0.16 0.08 166.21 0.79 0.6
Hex 49 EA C5 45 0 10 8 A6 4F 3C
Octal 111 352 305 105 0 20 10 246 117 74
Binary 1001001 11101010 11000101 1000101 0 10000 1000 10100110 1001111 111100

Color Harmonies of #49EAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EAC5

Black with #49EAC5

Text Example


Text Example

White with #49EAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,234,197); }

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

background-color css

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

 a { background-color: rgb(73,234,197); }

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

border-color css

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

 span { border-color: rgb(73,234,197); }

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