Html Css Color HEX #49DCC5 Turquoise

📋 copy color: '#49DCC5'

red 73 ◦ green 220 ◦ blue 197

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

Shades of Turquoise #49DCC5

Tints of Turquoise #49DCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.2%

R = 14.9%
G = 44.9%
B = 40.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#49DCC5 (or 0x49DCC5) is known color: Turquoise. HEX triplet: 49, DC and C5. RGB value is (73,220,197). Sum of RGB (Red+Green+Blue) = 73+220+197=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DCC5 is #B6233A. Grayscale: #ADADAD. Windows color (decimal): -11936571 or 12966985. OLE color: 12966985.

HSL color Cylindrical-coordinate representation of color #49DCC5: hue angle of 170.61º 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 #49DCC5 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 197 -
CMYK 0.67 0 0.10 0.14
HSL 170.61º 0.68% 0.57% -
HSV(B) 170.61º 0.67% 0.86% -
XYZ 38.42 56.63 61.73 -
YUV 173.43 141.3 56.37 -
System Red Green Blue C M Y K H S L
Decimal 73 220 197 0.67 0 0.10 0.14 170.61 0.68 0.57
Hex 49 DC C5 43 0 A E AB 44 39
Octal 111 334 305 103 0 12 16 253 104 71
Binary 1001001 11011100 11000101 1000011 0 1010 1110 10101011 1000100 111001

Color Harmonies of #49DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCC5

Black with #49DCC5

Text Example


Text Example

White with #49DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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