Html Css Color HEX #49FADB Turquoise

📋 copy color: '#49FADB'

red 73 ◦ green 250 ◦ blue 219

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

Shades of Turquoise #49FADB

Tints of Turquoise #49FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 13.47%
G = 46.13%
B = 40.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#49FADB (or 0x49FADB) is known color: Turquoise. HEX triplet: 49, FA and DB. RGB value is (73,250,219). Sum of RGB (Red+Green+Blue) = 73+250+219=542 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.47% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #49FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FADB is #B60524. Grayscale: #C1C1C1. Windows color (decimal): -11928869 or 14416457. OLE color: 14416457.

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

Color convert

RGB 73 250 219 -
CMYK 0.71 0 0.12 0.02
HSL 169.49º 0.95% 0.63% -
HSV(B) 169.49º 0.71% 0.98% -
XYZ 49.72 74.9 78.85 -
YUV 193.54 142.36 42.02 -
System Red Green Blue C M Y K H S L
Decimal 73 250 219 0.71 0 0.12 0.02 169.49 0.95 0.63
Hex 49 FA DB 47 0 C 2 A9 5F 3F
Octal 111 372 333 107 0 14 2 251 137 77
Binary 1001001 11111010 11011011 1000111 0 1100 10 10101001 1011111 111111

Color Harmonies of #49FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FADB

Black with #49FADB

Text Example


Text Example

White with #49FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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