Html Css Color HEX #49F7DB Turquoise

📋 copy color: '#49F7DB'

red 73 ◦ green 247 ◦ blue 219

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

Shades of Turquoise #49F7DB

Tints of Turquoise #49F7DB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.83%

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

R = 13.54%
G = 45.83%
B = 40.63%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#49F7DB (or 0x49F7DB) is known color: Turquoise. HEX triplet: 49, F7 and DB. RGB value is (73,247,219). Sum of RGB (Red+Green+Blue) = 73+247+219=539 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.54% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #49F7DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F7DB is #B60824. Grayscale: #BFBFBF. Windows color (decimal): -11929637 or 14415689. OLE color: 14415689.

HSL color Cylindrical-coordinate representation of color #49F7DB: hue angle of 170.34º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F7DB is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 247 219 -
CMYK 0.70 0 0.11 0.03
HSL 170.34º 0.92% 0.63% -
HSV(B) 170.34º 0.7% 0.97% -
XYZ 48.79 73.05 78.55 -
YUV 191.78 143.35 43.28 -
System Red Green Blue C M Y K H S L
Decimal 73 247 219 0.70 0 0.11 0.03 170.34 0.92 0.63
Hex 49 F7 DB 46 0 B 3 AA 5C 3F
Octal 111 367 333 106 0 13 3 252 134 77
Binary 1001001 11110111 11011011 1000110 0 1011 11 10101010 1011100 111111

Color Harmonies of #49F7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F7DB

Black with #49F7DB

Text Example


Text Example

White with #49F7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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