Html Css Color HEX #49FAB6 Turquoise

📋 copy color: '#49FAB6'

red 73 ◦ green 250 ◦ blue 182

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

Shades of Turquoise #49FAB6

Tints of Turquoise #49FAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.04%

R = 14.46%
G = 49.5%
B = 36.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#49FAB6 (or 0x49FAB6) is known color: Turquoise. HEX triplet: 49, FA and B6. RGB value is (73,250,182). Sum of RGB (Red+Green+Blue) = 73+250+182=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FAB6 is #B60549. Grayscale: #BDBDBD. Windows color (decimal): -11928906 or 11991625. OLE color: 11991625.

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

Color convert

RGB 73 250 182 -
CMYK 0.71 0 0.27 0.02
HSL 156.95º 0.95% 0.63% -
HSV(B) 156.95º 0.71% 0.98% -
XYZ 45.38 73.17 55.99 -
YUV 189.33 123.86 45.03 -
System Red Green Blue C M Y K H S L
Decimal 73 250 182 0.71 0 0.27 0.02 156.95 0.95 0.63
Hex 49 FA B6 47 0 1B 2 9D 5F 3F
Octal 111 372 266 107 0 33 2 235 137 77
Binary 1001001 11111010 10110110 1000111 0 11011 10 10011101 1011111 111111

Color Harmonies of #49FAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FAB6

Black with #49FAB6

Text Example


Text Example

White with #49FAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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