Html Css Color HEX #49F2DB Turquoise

📋 copy color: '#49F2DB'

red 73 ◦ green 242 ◦ blue 219

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

Shades of Turquoise #49F2DB

Tints of Turquoise #49F2DB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.32%

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

R = 13.67%
G = 45.32%
B = 41.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#49F2DB (or 0x49F2DB) is known color: Turquoise. HEX triplet: 49, F2 and DB. RGB value is (73,242,219). Sum of RGB (Red+Green+Blue) = 73+242+219=534 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.67% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F2DB is #B60D24. Grayscale: #BCBCBC. Windows color (decimal): -11930917 or 14414409. OLE color: 14414409.

HSL color Cylindrical-coordinate representation of color #49F2DB: hue angle of 171.83º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F2DB is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 219 -
CMYK 0.70 0 0.10 0.05
HSL 171.83º 0.87% 0.62% -
HSV(B) 171.83º 0.7% 0.95% -
XYZ 47.29 70.04 78.04 -
YUV 188.85 145.01 45.37 -
System Red Green Blue C M Y K H S L
Decimal 73 242 219 0.70 0 0.10 0.05 171.83 0.87 0.62
Hex 49 F2 DB 46 0 A 5 AC 57 3E
Octal 111 362 333 106 0 12 5 254 127 76
Binary 1001001 11110010 11011011 1000110 0 1010 101 10101100 1010111 111110

Color Harmonies of #49F2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F2DB

Black with #49F2DB

Text Example


Text Example

White with #49F2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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