Html Css Color HEX #49FABB Turquoise

📋 copy color: '#49FABB'

red 73 ◦ green 250 ◦ blue 187

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

Shades of Turquoise #49FABB

Tints of Turquoise #49FABB

RGB

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

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

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

R = 14.31%
G = 49.02%
B = 36.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#49FABB (or 0x49FABB) is known color: Turquoise. HEX triplet: 49, FA and BB. RGB value is (73,250,187). Sum of RGB (Red+Green+Blue) = 73+250+187=510 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.31% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #49FABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FABB is #B60544. Grayscale: #BDBDBD. Windows color (decimal): -11928901 or 12319305. OLE color: 12319305.

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

Color convert

RGB 73 250 187 -
CMYK 0.71 0 0.25 0.02
HSL 158.64º 0.95% 0.63% -
HSV(B) 158.64º 0.71% 0.98% -
XYZ 45.9 73.38 58.76 -
YUV 189.9 126.36 44.62 -
System Red Green Blue C M Y K H S L
Decimal 73 250 187 0.71 0 0.25 0.02 158.64 0.95 0.63
Hex 49 FA BB 47 0 19 2 9F 5F 3F
Octal 111 372 273 107 0 31 2 237 137 77
Binary 1001001 11111010 10111011 1000111 0 11001 10 10011111 1011111 111111

Color Harmonies of #49FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FABB

Black with #49FABB

Text Example


Text Example

White with #49FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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