Html Css Color HEX #49FEB4 Turquoise

📋 copy color: '#49FEB4'

red 73 ◦ green 254 ◦ blue 180

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

Shades of Turquoise #49FEB4

Tints of Turquoise #49FEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.5%

R = 14.4%
G = 50.1%
B = 35.5%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#49FEB4 (or 0x49FEB4) is known color: Turquoise. HEX triplet: 49, FE and B4. RGB value is (73,254,180). Sum of RGB (Red+Green+Blue) = 73+254+180=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FEB4 is #B6014B. Grayscale: #BFBFBF. Windows color (decimal): -11927884 or 11861577. OLE color: 11861577.

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

Color convert

RGB 73 254 180 -
CMYK 0.71 0 0.29 0.00
HSL 155.47º 0.99% 0.64% -
HSV(B) 155.47º 0.71% 1% -
XYZ 46.43 75.6 55.32 -
YUV 191.45 121.53 43.52 -
System Red Green Blue C M Y K H S L
Decimal 73 254 180 0.71 0 0.29 0.00 155.47 0.99 0.64
Hex 49 FE B4 47 0 1D 0 9B 63 40
Octal 111 376 264 107 0 35 0 233 143 100
Binary 1001001 11111110 10110100 1000111 0 11101 0 10011011 1100011 1000000

Color Harmonies of #49FEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FEB4

Black with #49FEB4

Text Example


Text Example

White with #49FEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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