Html Css Color HEX #49FAB4 Turquoise

📋 copy color: '#49FAB4'

red 73 ◦ green 250 ◦ blue 180

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

Shades of Turquoise #49FAB4

Tints of Turquoise #49FAB4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.7%

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

R = 14.51%
G = 49.7%
B = 35.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#49FAB4 (or 0x49FAB4) is known color: Turquoise. HEX triplet: 49, FA and B4. RGB value is (73,250,180). Sum of RGB (Red+Green+Blue) = 73+250+180=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FAB4 is #B6054B. Grayscale: #BDBDBD. Windows color (decimal): -11928908 or 11860553. OLE color: 11860553.

HSL color Cylindrical-coordinate representation of color #49FAB4: hue angle of 156.27º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FAB4 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 250 180 -
CMYK 0.71 0 0.28 0.02
HSL 156.27º 0.95% 0.63% -
HSV(B) 156.27º 0.71% 0.98% -
XYZ 45.17 73.08 54.91 -
YUV 189.1 122.86 45.19 -
System Red Green Blue C M Y K H S L
Decimal 73 250 180 0.71 0 0.28 0.02 156.27 0.95 0.63
Hex 49 FA B4 47 0 1C 2 9C 5F 3F
Octal 111 372 264 107 0 34 2 234 137 77
Binary 1001001 11111010 10110100 1000111 0 11100 10 10011100 1011111 111111

Color Harmonies of #49FAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FAB4

Black with #49FAB4

Text Example


Text Example

White with #49FAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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