Html Css Color HEX #49FEBA Turquoise

📋 copy color: '#49FEBA'

red 73 ◦ green 254 ◦ blue 186

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

Shades of Turquoise #49FEBA

Tints of Turquoise #49FEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.51%

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

R = 14.23%
G = 49.51%
B = 36.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#49FEBA (or 0x49FEBA) is known color: Turquoise. HEX triplet: 49, FE and BA. RGB value is (73,254,186). Sum of RGB (Red+Green+Blue) = 73+254+186=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FEBA is #B60145. Grayscale: #C0C0C0. Windows color (decimal): -11927878 or 12254793. OLE color: 12254793.

HSL color Cylindrical-coordinate representation of color #49FEBA: hue angle of 157.46º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FEBA is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 254 186 -
CMYK 0.71 0 0.27 0.00
HSL 157.46º 0.99% 0.64% -
HSV(B) 157.46º 0.71% 1% -
XYZ 47.05 75.85 58.61 -
YUV 192.13 124.53 43.03 -
System Red Green Blue C M Y K H S L
Decimal 73 254 186 0.71 0 0.27 0.00 157.46 0.99 0.64
Hex 49 FE BA 47 0 1B 0 9D 63 40
Octal 111 376 272 107 0 33 0 235 143 100
Binary 1001001 11111110 10111010 1000111 0 11011 0 10011101 1100011 1000000

Color Harmonies of #49FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FEBA

Black with #49FEBA

Text Example


Text Example

White with #49FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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