Html Css Color HEX #49DCC1 Turquoise

📋 copy color: '#49DCC1'

red 73 ◦ green 220 ◦ blue 193

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

Shades of Turquoise #49DCC1

Tints of Turquoise #49DCC1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 193 (75.78% from 255) = 39.71%

R = 15.02%
G = 45.27%
B = 39.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#49DCC1 (or 0x49DCC1) is known color: Turquoise. HEX triplet: 49, DC and C1. RGB value is (73,220,193). Sum of RGB (Red+Green+Blue) = 73+220+193=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCC1 is #B6233E. Grayscale: #ACACAC. Windows color (decimal): -11936575 or 12704841. OLE color: 12704841.

HSL color Cylindrical-coordinate representation of color #49DCC1: hue angle of 168.98º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DCC1 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 193 -
CMYK 0.67 0 0.12 0.14
HSL 168.98º 0.68% 0.57% -
HSV(B) 168.98º 0.67% 0.86% -
XYZ 37.97 56.45 59.35 -
YUV 172.97 139.3 56.7 -
System Red Green Blue C M Y K H S L
Decimal 73 220 193 0.67 0 0.12 0.14 168.98 0.68 0.57
Hex 49 DC C1 43 0 C E A9 44 39
Octal 111 334 301 103 0 14 16 251 104 71
Binary 1001001 11011100 11000001 1000011 0 1100 1110 10101001 1000100 111001

Color Harmonies of #49DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCC1

Black with #49DCC1

Text Example


Text Example

White with #49DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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