Html Css Color HEX #49FACB Turquoise

📋 copy color: '#49FACB'

red 73 ◦ green 250 ◦ blue 203

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

Shades of Turquoise #49FACB

Tints of Turquoise #49FACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 13.88%
G = 47.53%
B = 38.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#49FACB (or 0x49FACB) is known color: Turquoise. HEX triplet: 49, FA and CB. RGB value is (73,250,203). Sum of RGB (Red+Green+Blue) = 73+250+203=526 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.88% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #49FACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FACB is #B60534. Grayscale: #BFBFBF. Windows color (decimal): -11928885 or 13367881. OLE color: 13367881.

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

Color convert

RGB 73 250 203 -
CMYK 0.71 0 0.19 0.02
HSL 164.07º 0.95% 0.63% -
HSV(B) 164.07º 0.71% 0.98% -
XYZ 47.71 74.1 68.29 -
YUV 191.72 134.36 43.32 -
System Red Green Blue C M Y K H S L
Decimal 73 250 203 0.71 0 0.19 0.02 164.07 0.95 0.63
Hex 49 FA CB 47 0 13 2 A4 5F 3F
Octal 111 372 313 107 0 23 2 244 137 77
Binary 1001001 11111010 11001011 1000111 0 10011 10 10100100 1011111 111111

Color Harmonies of #49FACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FACB

Black with #49FACB

Text Example


Text Example

White with #49FACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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