Html Css Color HEX #49F3DC Turquoise

📋 copy color: '#49F3DC'

red 73 ◦ green 243 ◦ blue 220

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

Shades of Turquoise #49F3DC

Tints of Turquoise #49F3DC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.34%

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

R = 13.62%
G = 45.34%
B = 41.04%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#49F3DC (or 0x49F3DC) is known color: Turquoise. HEX triplet: 49, F3 and DC. RGB value is (73,243,220). Sum of RGB (Red+Green+Blue) = 73+243+220=536 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.62% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #49F3DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F3DC is #B60C23. Grayscale: #BDBDBD. Windows color (decimal): -11930660 or 14480201. OLE color: 14480201.

HSL color Cylindrical-coordinate representation of color #49F3DC: hue angle of 171.88º degrees, saturation: 0.88, 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 #49F3DC is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 243 220 -
CMYK 0.70 0 0.09 0.05
HSL 171.88º 0.88% 0.62% -
HSV(B) 171.88º 0.7% 0.95% -
XYZ 47.72 70.68 78.84 -
YUV 189.55 145.18 44.87 -
System Red Green Blue C M Y K H S L
Decimal 73 243 220 0.70 0 0.09 0.05 171.88 0.88 0.62
Hex 49 F3 DC 46 0 9 5 AC 58 3E
Octal 111 363 334 106 0 11 5 254 130 76
Binary 1001001 11110011 11011100 1000110 0 1001 101 10101100 1011000 111110

Color Harmonies of #49F3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F3DC

Black with #49F3DC

Text Example


Text Example

White with #49F3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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