Html Css Color HEX #49FADD Turquoise

📋 copy color: '#49FADD'

red 73 ◦ green 250 ◦ blue 221

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

Shades of Turquoise #49FADD

Tints of Turquoise #49FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 13.42%
G = 45.96%
B = 40.63%

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

#49FADD (or 0x49FADD) is known color: Turquoise. HEX triplet: 49, FA and DD. RGB value is (73,250,221). Sum of RGB (Red+Green+Blue) = 73+250+221=544 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.42% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #49FADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FADD is #B60522. Grayscale: #C1C1C1. Windows color (decimal): -11928867 or 14547529. OLE color: 14547529.

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

Color convert

RGB 73 250 221 -
CMYK 0.71 0 0.12 0.02
HSL 170.17º 0.95% 0.63% -
HSV(B) 170.17º 0.71% 0.98% -
XYZ 49.98 75.01 80.25 -
YUV 193.77 143.36 41.86 -
System Red Green Blue C M Y K H S L
Decimal 73 250 221 0.71 0 0.12 0.02 170.17 0.95 0.63
Hex 49 FA DD 47 0 C 2 AA 5F 3F
Octal 111 372 335 107 0 14 2 252 137 77
Binary 1001001 11111010 11011101 1000111 0 1100 10 10101010 1011111 111111

Color Harmonies of #49FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FADD

Black with #49FADD

Text Example


Text Example

White with #49FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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