Html Css Color HEX #49EFBA Turquoise

📋 copy color: '#49EFBA'

red 73 ◦ green 239 ◦ blue 186

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

Shades of Turquoise #49EFBA

Tints of Turquoise #49EFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.99%

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

R = 14.66%
G = 47.99%
B = 37.35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#49EFBA (or 0x49EFBA) is known color: Turquoise. HEX triplet: 49, EF and BA. RGB value is (73,239,186). Sum of RGB (Red+Green+Blue) = 73+239+186=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFBA is #B61045. Grayscale: #B7B7B7. Windows color (decimal): -11931718 or 12250953. OLE color: 12250953.

HSL color Cylindrical-coordinate representation of color #49EFBA: hue angle of 160.84º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EFBA is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 239 186 -
CMYK 0.69 0 0.22 0.06
HSL 160.84º 0.84% 0.61% -
HSV(B) 160.84º 0.69% 0.94% -
XYZ 42.48 66.69 57.09 -
YUV 183.32 129.5 49.31 -
System Red Green Blue C M Y K H S L
Decimal 73 239 186 0.69 0 0.22 0.06 160.84 0.84 0.61
Hex 49 EF BA 45 0 16 6 A1 54 3D
Octal 111 357 272 105 0 26 6 241 124 75
Binary 1001001 11101111 10111010 1000101 0 10110 110 10100001 1010100 111101

Color Harmonies of #49EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EFBA

Black with #49EFBA

Text Example


Text Example

White with #49EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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