Html Css Color HEX #49FEBB Turquoise

📋 copy color: '#49FEBB'

red 73 ◦ green 254 ◦ blue 187

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

Shades of Turquoise #49FEBB

Tints of Turquoise #49FEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 14.2%
G = 49.42%
B = 36.38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#49FEBB (or 0x49FEBB) is known color: Turquoise. HEX triplet: 49, FE and BB. RGB value is (73,254,187). Sum of RGB (Red+Green+Blue) = 73+254+187=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FEBB is #B60144. Grayscale: #C0C0C0. Windows color (decimal): -11927877 or 12320329. OLE color: 12320329.

HSL color Cylindrical-coordinate representation of color #49FEBB: hue angle of 157.79º 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 #49FEBB is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 254 187 -
CMYK 0.71 0 0.26 0.00
HSL 157.79º 0.99% 0.64% -
HSV(B) 157.79º 0.71% 1% -
XYZ 47.16 75.89 59.18 -
YUV 192.24 125.03 42.95 -
System Red Green Blue C M Y K H S L
Decimal 73 254 187 0.71 0 0.26 0.00 157.79 0.99 0.64
Hex 49 FE BB 47 0 1A 0 9E 63 40
Octal 111 376 273 107 0 32 0 236 143 100
Binary 1001001 11111110 10111011 1000111 0 11010 0 10011110 1100011 1000000

Color Harmonies of #49FEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FEBB

Black with #49FEBB

Text Example


Text Example

White with #49FEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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