Html Css Color HEX #49F9DC Turquoise

📋 copy color: '#49F9DC'

red 73 ◦ green 249 ◦ blue 220

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

Shades of Turquoise #49F9DC

Tints of Turquoise #49F9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 13.47%
G = 45.94%
B = 40.59%

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

#49F9DC (or 0x49F9DC) is known color: Turquoise. HEX triplet: 49, F9 and DC. RGB value is (73,249,220). Sum of RGB (Red+Green+Blue) = 73+249+220=542 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.47% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #49F9DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F9DC is #B60623. Grayscale: #C1C1C1. Windows color (decimal): -11929124 or 14481737. OLE color: 14481737.

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

Color convert

RGB 73 249 220 -
CMYK 0.71 0 0.12 0.02
HSL 170.11º 0.94% 0.63% -
HSV(B) 170.11º 0.71% 0.98% -
XYZ 49.54 74.34 79.45 -
YUV 193.07 143.19 42.36 -
System Red Green Blue C M Y K H S L
Decimal 73 249 220 0.71 0 0.12 0.02 170.11 0.94 0.63
Hex 49 F9 DC 47 0 C 2 AA 5E 3F
Octal 111 371 334 107 0 14 2 252 136 77
Binary 1001001 11111001 11011100 1000111 0 1100 10 10101010 1011110 111111

Color Harmonies of #49F9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F9DC

Black with #49F9DC

Text Example


Text Example

White with #49F9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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