Html Css Color HEX #49FFDB Turquoise

📋 copy color: '#49FFDB'

red 73 ◦ green 255 ◦ blue 219

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

Shades of Turquoise #49FFDB

Tints of Turquoise #49FFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 46.62%

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

R = 13.35%
G = 46.62%
B = 40.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#49FFDB (or 0x49FFDB) is known color: Turquoise. HEX triplet: 49, FF and DB. RGB value is (73,255,219). Sum of RGB (Red+Green+Blue) = 73+255+219=547 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.35% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFDB is #B60024. Grayscale: #C4C4C4. Windows color (decimal): -11927589 or 14417737. OLE color: 14417737.

HSL color Cylindrical-coordinate representation of color #49FFDB: hue angle of 168.13º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FFDB is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 73 255 219 -
CMYK 0.71 0 0.14 0
HSL 168.13º 1% 0.64% -
HSV(B) 168.13º 0.71% 1% -
XYZ 51.29 78.05 79.38 -
YUV 196.48 140.7 39.93 -
System Red Green Blue C M Y K H S L
Decimal 73 255 219 0.71 0 0.14 0 168.13 1 0.64
Hex 49 FF DB 47 0 E 0 A8 64 40
Octal 111 377 333 107 0 16 0 250 144 100
Binary 1001001 11111111 11011011 1000111 0 1110 0 10101000 1100100 1000000

Color Harmonies of #49FFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFDB

Black with #49FFDB

Text Example


Text Example

White with #49FFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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