Html Css Color HEX #49EABA Turquoise

📋 copy color: '#49EABA'

red 73 ◦ green 234 ◦ blue 186

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

Shades of Turquoise #49EABA

Tints of Turquoise #49EABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 14.81%
G = 47.46%
B = 37.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#49EABA (or 0x49EABA) is known color: Turquoise. HEX triplet: 49, EA and BA. RGB value is (73,234,186). Sum of RGB (Red+Green+Blue) = 73+234+186=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #49EABA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EABA is #B61545. Grayscale: #B4B4B4. Windows color (decimal): -11932998 or 12249673. OLE color: 12249673.

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

Color convert

RGB 73 234 186 -
CMYK 0.69 0 0.21 0.08
HSL 162.11º 0.79% 0.6% -
HSV(B) 162.11º 0.69% 0.92% -
XYZ 41.03 63.81 56.61 -
YUV 180.39 131.16 51.4 -
System Red Green Blue C M Y K H S L
Decimal 73 234 186 0.69 0 0.21 0.08 162.11 0.79 0.6
Hex 49 EA BA 45 0 15 8 A2 4F 3C
Octal 111 352 272 105 0 25 10 242 117 74
Binary 1001001 11101010 10111010 1000101 0 10101 1000 10100010 1001111 111100

Color Harmonies of #49EABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EABA

Black with #49EABA

Text Example


Text Example

White with #49EABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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