Html Css Color HEX #49F9DB Turquoise

📋 copy color: '#49F9DB'

red 73 ◦ green 249 ◦ blue 219

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

Shades of Turquoise #49F9DB

Tints of Turquoise #49F9DB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.03%

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

R = 13.49%
G = 46.03%
B = 40.48%

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

#49F9DB (or 0x49F9DB) is known color: Turquoise. HEX triplet: 49, F9 and DB. RGB value is (73,249,219). Sum of RGB (Red+Green+Blue) = 73+249+219=541 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.49% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #49F9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F9DB is #B60624. Grayscale: #C0C0C0. Windows color (decimal): -11929125 or 14416201. OLE color: 14416201.

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

Color convert

RGB 73 249 219 -
CMYK 0.71 0 0.12 0.02
HSL 169.77º 0.94% 0.63% -
HSV(B) 169.77º 0.71% 0.98% -
XYZ 49.41 74.28 78.75 -
YUV 192.96 142.69 42.44 -
System Red Green Blue C M Y K H S L
Decimal 73 249 219 0.71 0 0.12 0.02 169.77 0.94 0.63
Hex 49 F9 DB 47 0 C 2 AA 5E 3F
Octal 111 371 333 107 0 14 2 252 136 77
Binary 1001001 11111001 11011011 1000111 0 1100 10 10101010 1011110 111111

Color Harmonies of #49F9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F9DB

Black with #49F9DB

Text Example


Text Example

White with #49F9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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